From 90787a7fc1923b8e5489616c20c70f9c04cd08b2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 18 Dec 2019 09:46:02 +0300 Subject: fzf: add package to community --- community/fzf/build | 10 ++++++++++ community/fzf/checksums | 1 + community/fzf/depends | 2 ++ community/fzf/sources | 1 + community/fzf/version | 1 + 5 files changed, 15 insertions(+) create mode 100755 community/fzf/build create mode 100644 community/fzf/checksums create mode 100644 community/fzf/depends create mode 100644 community/fzf/sources create mode 100644 community/fzf/version (limited to 'community') 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 -- cgit v1.2.3