vp-build/srcpkgs/trinity/template

21 lines
587 B
Bash

# Template file for 'trinity'
pkgname=trinity
version=1.6
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=3ef7ae05dba14f8bb626121983a08bb09d1d51a19de38bd9a8e0f29b11d9e3c9
do_install(){
vbin trinity
vdoc Documentation/HACKING.txt
vdoc Documentation/pro-tips.txt
vdoc README
}