aboutsummaryrefslogtreecommitdiff
path: root/community/fzf/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-18 09:46:02 +0300
committerCem Keylan <cem@ckyln.com>2019-12-18 09:46:02 +0300
commit90787a7fc1923b8e5489616c20c70f9c04cd08b2 (patch)
treec6502b0b53df8a76b4d5f09fa583025876a218c2 /community/fzf/build
parent5070c439dfe8ee4bf1c1aebc954b590004f941fb (diff)
downloadrepository-90787a7fc1923b8e5489616c20c70f9c04cd08b2.tar.gz
fzf: add package to community
Diffstat (limited to 'community/fzf/build')
-rwxr-xr-xcommunity/fzf/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/fzf/build b/community/fzf/build
new file mode 100755
index 00000000..bdd90d7c
--- /dev/null
+++ b/community/fzf/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+make
+make install
+
+mkdir -p "$1/usr/bin"
+cp bin/* "$1/usr/bin/"
+
+mkdir "$1/usr/share"
+cp -r man "$1/usr/share/man"