diff --git a/srcpkgs/trinity/patches/arch.h.patch b/srcpkgs/trinity/patches/arch.h.patch new file mode 100644 index 00000000000..e063da71c5f --- /dev/null +++ b/srcpkgs/trinity/patches/arch.h.patch @@ -0,0 +1,6 @@ +--- include/arch.h 2015-10-02 13:44:46.653183687 -0300 ++++ include/arch.h.new 2015-10-02 13:44:38.297184059 -0300 +@@ -1,3 +1,4 @@ ++#include + #pragma once + #include "types.h" diff --git a/srcpkgs/trinity/template b/srcpkgs/trinity/template new file mode 100644 index 00000000000..037834ca947 --- /dev/null +++ b/srcpkgs/trinity/template @@ -0,0 +1,20 @@ +# 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 " +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 +}