diff --git a/srcpkgs/fzy/template b/srcpkgs/fzy/template index f0afbb6ebed..4bb5e31ff93 100644 --- a/srcpkgs/fzy/template +++ b/srcpkgs/fzy/template @@ -1,6 +1,6 @@ # Template file for 'fzy' pkgname=fzy -version=0.9 +version=1.0 revision=1 build_style=gnu-makefile short_desc="A fuzzy text selector menu for the terminal" @@ -8,12 +8,14 @@ maintainer="Diogo Leal " license="MIT" homepage="https://github.com/jhawthorn/fzy" distfiles="https://github.com/jhawthorn/fzy/archive/${version}.tar.gz" -checksum=72182686806ddce7807d85c27efc321a1b01087643ce8006b1225e3617eecff5 +checksum=80257fd74579e13438b05edf50dcdc8cf0cdb1870b4a2bc5967bd1fdbed1facf + CFLAGS="-std=c99" post_extract() { sed -i 's/CCFLAGS/LDFLAGS/' Makefile } + post_install() { vlicense LICENSE }