diff --git a/srcpkgs/radamsa/template b/srcpkgs/radamsa/template index 678a7e8527b..351a9172db3 100644 --- a/srcpkgs/radamsa/template +++ b/srcpkgs/radamsa/template @@ -1,16 +1,18 @@ # Template file for 'radamsa' pkgname=radamsa -version=0.3 -revision=2 +version=0.5 +revision=1 build_style=gnu-makefile short_desc="Test case generator for robustness testing" -maintainer='Juan RP ' +maintainer="Juan RP " license="MIT" -homepage="https://code.google.com/p/ouspg/" -distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ouspg/${pkgname}-${version}.tar.gz" -checksum=17131a19fb28e5c97c28bf0b407a82744c251aa8aedfa507967a92438cd803be +homepage="https://github.com/aoh/radamsa" +distfiles="https://github.com/aoh/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz" +checksum=e21a86aa6dca7e4619085fc60fb664d0a1bd067ca6ebfbcb16ab2d57c8854cb4 post_extract() { - sed -i 's|bin/radamsa .seal-of-quality|bin/radamsa|g' Makefile sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile } +post_install() { + vlicense LICENCE +}