void-packages/srcpkgs/trinity/template

21 lines
587 B
Bash
Raw Normal View History

2015-09-30 16:38:53 +00:00
# Template file for 'trinity'
pkgname=trinity
version=1.5
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"
checksum=af5213b5382f4567243e50ae445ea29368d239b351c9f22ef16b7945fdb367ef
do_install(){
vbin trinity
vdoc Documentation/HACKING.txt
vdoc Documentation/pro-tips.txt
vdoc README
}