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