95d2065ac3
./test/fzytest * Suite match_suite: ....................... 23 tests - 23 passed, 0 failed, 0 skipped (52 ticks, 0.000 sec) * Suite choices_suite: ...... 6 tests - 6 passed, 0 failed, 0 skipped (20198 ticks, 0.020 sec) * Suite properties_suite: .. 2 tests - 2 passed, 0 failed, 0 skipped (559992 ticks, 0.560 sec) Total: 31 tests (580302 ticks, 0.580 sec), 99 assertions Pass: 31, fail: 0, skip: 0.
21 lines
507 B
Bash
21 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
|
|
}
|