aboutsummaryrefslogtreecommitdiff
path: root/community/lf/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-11 20:47:15 +0300
committerCem Keylan <cem@ckyln.com>2020-03-11 20:47:15 +0300
commit16c097315b1c6eb028a92d151ddbc99a43f208af (patch)
treeaa3619dfd7ee7a2d09d4e428e1b1bbe54e0efe4b /community/lf/build
parent24d2c2783a5f6e73cc3e7e00e9185b9a8fc95ff9 (diff)
downloadrepository-16c097315b1c6eb028a92d151ddbc99a43f208af.tar.gz
lf: add package to community
Diffstat (limited to 'community/lf/build')
-rwxr-xr-xcommunity/lf/build4
1 files changed, 4 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"