void-packages/srcpkgs/fzy/template
Christian Neukirchen b1d44575c7 fzy: update to 0.4.
2016-05-23 13:54:58 +02:00

19 lines
505 B
Bash

# Template file for 'fzy'
pkgname=fzy
version=0.4
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=c631bb3f13a7d047ec00a0608ce22cbb45e6c7dca3c58047e2624db33331eed8
CFLAGS="-std=c99"
post_extract() {
sed -i 's/CCFLAGS/LDFLAGS/' Makefile
}
post_install() {
vlicense LICENSE
}