2016-04-30 18:05:55 +02:00
|
|
|
# Template file for 'fzy'
|
|
|
|
pkgname=fzy
|
2016-05-23 13:54:53 +02:00
|
|
|
version=0.4
|
2016-04-30 18:05:55 +02:00
|
|
|
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"
|
2016-05-23 13:54:53 +02:00
|
|
|
checksum=c631bb3f13a7d047ec00a0608ce22cbb45e6c7dca3c58047e2624db33331eed8
|
2016-04-30 18:05:55 +02:00
|
|
|
CFLAGS="-std=c99"
|
|
|
|
|
|
|
|
post_extract() {
|
|
|
|
sed -i 's/CCFLAGS/LDFLAGS/' Makefile
|
|
|
|
}
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|