diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-18 09:46:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-18 09:46:02 +0300 |
commit | 90787a7fc1923b8e5489616c20c70f9c04cd08b2 (patch) | |
tree | c6502b0b53df8a76b4d5f09fa583025876a218c2 /community/fzf | |
parent | 5070c439dfe8ee4bf1c1aebc954b590004f941fb (diff) | |
download | repository-90787a7fc1923b8e5489616c20c70f9c04cd08b2.tar.gz |
fzf: add package to community
Diffstat (limited to 'community/fzf')
-rwxr-xr-x | community/fzf/build | 10 | ||||
-rw-r--r-- | community/fzf/checksums | 1 | ||||
-rw-r--r-- | community/fzf/depends | 2 | ||||
-rw-r--r-- | community/fzf/sources | 1 | ||||
-rw-r--r-- | community/fzf/version | 1 |
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 |