From a49531615c19ef39496e8b1b4eb9e41ce378e5d1 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Sat, 30 Apr 2016 13:05:55 -0300 Subject: [PATCH] New package: fzy-0.3 Closes: #4111 [via git-merge-pr] --- srcpkgs/fzy/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/fzy/template diff --git a/srcpkgs/fzy/template b/srcpkgs/fzy/template new file mode 100644 index 00000000000..123591fe1fc --- /dev/null +++ b/srcpkgs/fzy/template @@ -0,0 +1,19 @@ +# Template file for 'fzy' +pkgname=fzy +version=0.3 +revision=1 +build_style=gnu-makefile +short_desc="A fuzzy text selector menu for the terminal" +maintainer="Diogo Leal " +license="MIT" +homepage="https://github.com/jhawthorn/fzy" +distfiles="https://github.com/jhawthorn/fzy/archive/${version}.tar.gz" +checksum=ec44c4bcdf8f4b712d045180422188af91ef35265c396ec4da992ce891c2094c +CFLAGS="-std=c99" + +post_extract() { + sed -i 's/CCFLAGS/LDFLAGS/' Makefile +} +post_install() { + vlicense LICENSE +}