20 lines
554 B
Bash
20 lines
554 B
Bash
# Template file for 'trinity'
|
|
pkgname=trinity
|
|
version=1.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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=db8b5bc9941d28fa65a1c5f44f7d752fadb3fd08aa9918d53c5e7c74c2f0e355
|
|
|
|
do_install() {
|
|
vbin trinity
|
|
vdoc Documentation/HACKING.txt
|
|
vdoc Documentation/pro-tips.txt
|
|
vdoc README
|
|
}
|