18 lines
531 B
Bash
18 lines
531 B
Bash
# Template file for 'radamsa'
|
|
pkgname=radamsa
|
|
version=0.5
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
short_desc="Test case generator for robustness testing"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT"
|
|
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 '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
|
}
|
|
post_install() {
|
|
vlicense LICENCE
|
|
}
|