void-packages/srcpkgs/fzy/template
2016-07-30 23:12:37 +02:00

19 lines
505 B
Bash

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