aboutsummaryrefslogtreecommitdiff
path: root/community/lf
diff options
context:
space:
mode:
Diffstat (limited to 'community/lf')
-rwxr-xr-xcommunity/lf/build8
-rw-r--r--community/lf/checksums4
-rw-r--r--community/lf/meta3
-rw-r--r--community/lf/sources3
-rw-r--r--community/lf/version2
5 files changed, 11 insertions, 9 deletions
diff --git a/community/lf/build b/community/lf/build
index b684eb8d..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
-install -Dm755 lf "$1/usr/bin/lf"
+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 b4287bef..2e9b9cf3 100644
--- a/community/lf/checksums
+++ b/community/lf/checksums
@@ -1 +1,3 @@
-252e7fda36b874260e78285ddad1e4d8001cc1a40fcc27812ef155bbb10d9855 r24.tar.gz
+%BLAKE3
+d3c5b948b4e85b92408d61f9c136aa4e3907e132d73ef3a16d9469f9028156ab r31.tar.gz
+33493add672455469ac2e1cf10f69c6abaa455e10622c8db67de698b7c872ecc lf-31-mod-vendor.tar.xz
diff --git a/community/lf/meta b/community/lf/meta
new file mode 100644
index 00000000..6330d4d9
--- /dev/null
+++ b/community/lf/meta
@@ -0,0 +1,3 @@
+description: Terminal file manager in Go
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/lf/sources b/community/lf/sources
index b700e1a8..41c87a8f 100644
--- a/community/lf/sources
+++ b/community/lf/sources
@@ -1 +1,2 @@
-https://github.com/gokcehan/lf/archive/r24.tar.gz
+https://github.com/gokcehan/lf/archive/r31.tar.gz
+https://dl.carbslinux.org/gomods/lf-31-mod-vendor.tar.xz
diff --git a/community/lf/version b/community/lf/version
index 496ecd16..5a73beb3 100644
--- a/community/lf/version
+++ b/community/lf/version
@@ -1 +1 @@
-24 1
+31 1