mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
radamsa: update to 0.5.
This commit is contained in:
parent
2f6bb3a8d2
commit
30db88f831
1 changed files with 9 additions and 7 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'radamsa'
|
# Template file for 'radamsa'
|
||||||
pkgname=radamsa
|
pkgname=radamsa
|
||||||
version=0.3
|
version=0.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Test case generator for robustness testing"
|
short_desc="Test case generator for robustness testing"
|
||||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.google.com/p/ouspg/"
|
homepage="https://github.com/aoh/radamsa"
|
||||||
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ouspg/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/aoh/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=17131a19fb28e5c97c28bf0b407a82744c251aa8aedfa507967a92438cd803be
|
checksum=e21a86aa6dca7e4619085fc60fb664d0a1bd067ca6ebfbcb16ab2d57c8854cb4
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's|bin/radamsa .seal-of-quality|bin/radamsa|g' Makefile
|
|
||||||
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENCE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue