diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-11 20:47:15 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-11 20:47:15 +0300 |
commit | 16c097315b1c6eb028a92d151ddbc99a43f208af (patch) | |
tree | aa3619dfd7ee7a2d09d4e428e1b1bbe54e0efe4b | |
parent | 24d2c2783a5f6e73cc3e7e00e9185b9a8fc95ff9 (diff) | |
download | repository-16c097315b1c6eb028a92d151ddbc99a43f208af.tar.gz |
lf: add package to community
-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 |