aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommunity/fzf/build10
-rw-r--r--community/fzf/checksums1
-rw-r--r--community/fzf/depends2
-rw-r--r--community/fzf/sources1
-rw-r--r--community/fzf/version1
5 files changed, 15 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"
diff --git a/community/fzf/checksums b/community/fzf/checksums
new file mode 100644
index 00000000..53111193
--- /dev/null
+++ b/community/fzf/checksums
@@ -0,0 +1 @@
+fe6a7d07bdf999324a4f90fa97a4d2e8416c89bc92f19c9848c1cbcf365b59dc 0.20.0.tar.gz
diff --git a/community/fzf/depends b/community/fzf/depends
new file mode 100644
index 00000000..0146f0f5
--- /dev/null
+++ b/community/fzf/depends
@@ -0,0 +1,2 @@
+go make
+git make
diff --git a/community/fzf/sources b/community/fzf/sources
new file mode 100644
index 00000000..840672f8
--- /dev/null
+++ b/community/fzf/sources
@@ -0,0 +1 @@
+https://github.com/junegunn/fzf/archive/0.20.0.tar.gz
diff --git a/community/fzf/version b/community/fzf/version
new file mode 100644
index 00000000..7506cf6e
--- /dev/null
+++ b/community/fzf/version
@@ -0,0 +1 @@
+0.20.0 1