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 /community/lf/build | |
parent | 24d2c2783a5f6e73cc3e7e00e9185b9a8fc95ff9 (diff) | |
download | repository-16c097315b1c6eb028a92d151ddbc99a43f208af.tar.gz |
lf: add package to community
Diffstat (limited to 'community/lf/build')
-rwxr-xr-x | community/lf/build | 4 |
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" |