mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
radamsa: update to 0.6.
This commit is contained in:
parent
9f46664312
commit
5b01a4ace9
1 changed files with 11 additions and 6 deletions
|
@ -1,17 +1,22 @@
|
||||||
# Template file for 'radamsa'
|
# Template file for 'radamsa'
|
||||||
pkgname=radamsa
|
pkgname=radamsa
|
||||||
version=0.5
|
version=0.6
|
||||||
revision=2
|
revision=1
|
||||||
|
wrksrc="radamsa-v${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_check_target=test
|
||||||
short_desc="Test case generator for robustness testing"
|
short_desc="Test case generator for robustness testing"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/aoh/radamsa"
|
homepage="https://gitlab.com/akihe/radamsa"
|
||||||
distfiles="https://github.com/aoh/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
# Makefile contains current location of ol.c.gz
|
||||||
checksum=e21a86aa6dca7e4619085fc60fb664d0a1bd067ca6ebfbcb16ab2d57c8854cb4
|
distfiles="https://gitlab.com/akihe/radamsa/-/archive/v${version}/radamsa-v${version}.tar.bz2
|
||||||
|
https://gitlab.com/owl-lisp/owl/uploads/0d0730b500976348d1e66b4a1756cdc3/ol-0.1.19.c.gz>ol.c.gz"
|
||||||
|
checksum="ba69f83ba0aa2cd87ce8798dd3da305d4380622be96b5d7a7ebad4c39d0aa66e
|
||||||
|
86917b9145cf3745ee8294c81fb822d17106698aa1d021916dfb2e0b8cfbb54d"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
gzip < ../ol.c > ol.c.gz
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue