From 62d674329ad0100b17f4ee7f1170cfe875b983c7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 15 Feb 2022 01:03:17 +0100 Subject: lf: switch to vendored source --- community/lf/build | 6 +----- community/lf/checksums | 1 + community/lf/sources | 1 + 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'community') diff --git a/community/lf/build b/community/lf/build index a34f9d45..8de69f51 100755 --- a/community/lf/build +++ b/community/lf/build @@ -1,8 +1,4 @@ #!/bin/sh -e -export GOPATH="$PWD/gopath" -trap "go clean -modcache" EXIT INT -go mod vendor - -CGO_ENABLED=0 go build +CGO_ENABLED=0 go build -v -mod=vendor clinst -Dm755 lf "$1/usr/bin/lf" diff --git a/community/lf/checksums b/community/lf/checksums index 135635a1..7c54a648 100644 --- a/community/lf/checksums +++ b/community/lf/checksums @@ -1,2 +1,3 @@ %BLAKE3 bda6cf76810d61288b0e98a78a63bd6fd7a330ba52d4dd33dfbb1187a67ead55 r26.tar.gz +92f38550d4d5c88481d1b09a9d5ef7f4325bc33314196e50d3e01339c0c09c0d lf-26-mod-vendor.tar.xz diff --git a/community/lf/sources b/community/lf/sources index 918987b4..e2a39241 100644 --- a/community/lf/sources +++ b/community/lf/sources @@ -1 +1,2 @@ https://github.com/gokcehan/lf/archive/r26.tar.gz +https://dl.carbslinux.org/gomods/lf-26-mod-vendor.tar.xz -- cgit v1.2.3