commit 90787a7fc1923b8e5489616c20c70f9c04cd08b2
parent 5070c439dfe8ee4bf1c1aebc954b590004f941fb
Author: Cem Keylan <cem@ckyln.com>
Date: Wed, 18 Dec 2019 09:46:02 +0300
fzf: add package to community
Diffstat:
5 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/community/fzf/build 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
@@ -0,0 +1 @@
+fe6a7d07bdf999324a4f90fa97a4d2e8416c89bc92f19c9848c1cbcf365b59dc 0.20.0.tar.gz
diff --git a/community/fzf/depends b/community/fzf/depends
@@ -0,0 +1,2 @@
+go make
+git make
diff --git a/community/fzf/sources 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
@@ -0,0 +1 @@
+0.20.0 1