mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
Merge pull request #2643 from diogoleal/trinity
New package: trinity-1.5
This commit is contained in:
commit
e23f9b9f3c
2 changed files with 26 additions and 0 deletions
6
srcpkgs/trinity/patches/arch.h.patch
Normal file
6
srcpkgs/trinity/patches/arch.h.patch
Normal 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
20
srcpkgs/trinity/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue