aboutsummaryrefslogtreecommitdiff
path: root/community/fzf/build
diff options
context:
space:
mode:
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"