22 lines
507 B
Bash
22 lines
507 B
Bash
# Template file for 'fzy'
|
|
pkgname=fzy
|
|
version=1.0
|
|
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=80257fd74579e13438b05edf50dcdc8cf0cdb1870b4a2bc5967bd1fdbed1facf
|
|
|
|
CFLAGS="-std=c99"
|
|
|
|
post_extract() {
|
|
sed -i 's/CCFLAGS/LDFLAGS/' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|