New package: trinity-1.5

This commit is contained in:
Diogo Leal 2015-09-30 13:38:53 -03:00
parent 1edaea4f9d
commit c1e836e84d
2 changed files with 26 additions and 0 deletions

View file

@ -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 <stdint.h>
#pragma once
#include "types.h"

20
srcpkgs/trinity/template Normal file
View file

@ -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 <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
}