vp-build/srcpkgs/fzy/template

20 lines
505 B
Bash

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