void-packages/srcpkgs/trinity/template

21 lines
587 B
Bash
Raw Normal View History

2015-09-30 18:38:53 +02:00
# Template file for 'trinity'
pkgname=trinity
2015-11-05 21:12:03 +01:00
version=1.6
2015-09-30 18:38:53 +02:00
revision=1
build_style=gnu-configure
configure_script="./configure.sh"
short_desc="Linux system call fuzzer"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-2"
only_for_archs="armv6l armv7l i686 x86_64"
homepage="https://github.com/kernelslacker/trinity"
distfiles="https://github.com/kernelslacker/trinity/archive/v${version}.tar.gz"
2015-11-05 21:12:03 +01:00
checksum=3ef7ae05dba14f8bb626121983a08bb09d1d51a19de38bd9a8e0f29b11d9e3c9
2015-09-30 18:38:53 +02:00
do_install(){
vbin trinity
vdoc Documentation/HACKING.txt
vdoc Documentation/pro-tips.txt
vdoc README
}