diff options
Diffstat (limited to 'community/lf')
-rwxr-xr-x | community/lf/build | 4 | ||||
-rw-r--r-- | community/lf/checksums | 1 | ||||
-rw-r--r-- | community/lf/depends | 1 | ||||
-rw-r--r-- | community/lf/sources | 1 | ||||
-rw-r--r-- | community/lf/version | 1 |
5 files changed, 8 insertions, 0 deletions
diff --git a/community/lf/build b/community/lf/build new file mode 100755 index 00000000..47cba07b --- /dev/null +++ b/community/lf/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +go build +install -Dm755 lf "$1/usr/bin/lf" diff --git a/community/lf/checksums b/community/lf/checksums new file mode 100644 index 00000000..5493d0b4 --- /dev/null +++ b/community/lf/checksums @@ -0,0 +1 @@ +fe99ed9785fbdc606835139c0c52c854b32b1f1449ba83567a115b21d2e882f4 r13.tar.gz diff --git a/community/lf/depends b/community/lf/depends new file mode 100644 index 00000000..6ba6990b --- /dev/null +++ b/community/lf/depends @@ -0,0 +1 @@ +go make
\ No newline at end of file diff --git a/community/lf/sources b/community/lf/sources new file mode 100644 index 00000000..64116a65 --- /dev/null +++ b/community/lf/sources @@ -0,0 +1 @@ +https://github.com/gokcehan/lf/archive/r13.tar.gz diff --git a/community/lf/version b/community/lf/version new file mode 100644 index 00000000..be6c2bd7 --- /dev/null +++ b/community/lf/version @@ -0,0 +1 @@ +13 1 |