diff options
author | Cem Keylan <cem@ckyln.com> | 2022-02-15 01:03:17 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-02-15 01:03:17 +0100 |
commit | 62d674329ad0100b17f4ee7f1170cfe875b983c7 (patch) | |
tree | 39e88b2ca1cb4bf6d1c059f8173bcdbb645c57f4 | |
parent | 6fd5dbca789614eb38ca348db75fa20b49015fd6 (diff) | |
download | repository-62d674329ad0100b17f4ee7f1170cfe875b983c7.tar.gz |
lf: switch to vendored source
-rwxr-xr-x | community/lf/build | 6 | ||||
-rw-r--r-- | community/lf/checksums | 1 | ||||
-rw-r--r-- | community/lf/sources | 1 |
3 files changed, 3 insertions, 5 deletions
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 |