From fb5bd1fb7ced843e780487f4c4b4ac58652cccb3 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sun, 31 May 2020 12:19:11 -0500 Subject: [PATCH] New package: python3-Ropper-1.13.5 --- srcpkgs/python3-Ropper/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-Ropper/template diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template new file mode 100644 index 00000000000..6cf233bd99a --- /dev/null +++ b/srcpkgs/python3-Ropper/template @@ -0,0 +1,19 @@ +# Template file for 'python3-Ropper' +pkgname=python3-Ropper +version=1.13.5 +revision=1 +archs="noarch" +wrksrc="Ropper-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="capstone-python3 python3-filebytes keystone-python3" +short_desc="Find gadgets to build rop chains for different architectures" +maintainer="Andrew Benson " +license="BSD-3-Clause" +homepage="https://scoding.de/ropper/" +distfiles="https://github.com/sashs/Ropper/archive/v${version}.tar.gz" +checksum=b32329495645a6e0a8c1b2c4f4e330295a05b82eb8a5965051ad5c73e89bf371 + +post_install() { + vlicense COPYING +}