New package: fzy-0.3

Closes: #4111 [via git-merge-pr]
This commit is contained in:
Diogo Leal 2016-04-30 13:05:55 -03:00 committed by Christian Neukirchen
parent 0e9787d9f8
commit a49531615c
1 changed files with 19 additions and 0 deletions

19
srcpkgs/fzy/template Normal file
View File

@ -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 <diogo@diogoleal.com>"
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
}