void-packages/srcpkgs/halfempty/template

25 lines
649 B
Bash
Raw Normal View History

2020-01-11 18:46:34 +00:00
# Template file for 'halfempty'
pkgname=halfempty
version=0.30
2020-01-24 16:43:00 +00:00
revision=2
2020-01-11 18:46:34 +00:00
build_style=gnu-makefile
2020-01-24 16:43:00 +00:00
make_check_target="test"
2020-01-11 18:46:34 +00:00
hostmakedepends="pkg-config"
makedepends="libglib-devel"
2020-01-24 16:43:00 +00:00
checkdepends="words-en"
2020-01-11 18:46:34 +00:00
short_desc="Fast, Parallel Testcase Minimization"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/googleprojectzero/halfempty/"
distfiles="https://github.com/googleprojectzero/halfempty/archive/v${version}.tar.gz"
checksum=08d1a16838977c3100cc747154e6838c7212d2cc131807197ee2e9488bba7205
case "$XBPS_TARGET_MACHINE" in
*-musl)
CFLAGS+='-DRLIMIT_RTTIME=15'
esac
do_install() {
vbin halfempty
}