New package: halfempty-0.30
This commit is contained in:
parent
8e5138a1d9
commit
f19a130af2
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'halfempty'
|
||||
pkgname=halfempty
|
||||
version=0.30
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libglib-devel"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue