void-packages/srcpkgs/fzy/template
2016-06-16 23:42:45 +02:00

19 lines
505 B
Bash

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