# Template file for 'fzy'
pkgname=fzy
version=1.1
revision=1
build_style=gnu-makefile
short_desc="A fuzzy text selector menu for the terminal"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jhawthorn/fzy"
distfiles="https://github.com/jhawthorn/fzy/archive/${version}.tar.gz"
checksum=93d300d9c6c7063b2c6bda4e08a9704a029ec33f609718cd95443d1a890aff4e

CFLAGS="-std=c99"

post_extract() {
	sed -i 's/CCFLAGS/LDFLAGS/' Makefile
}

post_install() {
	vlicense LICENSE
}
