From 0efc6f14821b09cc4c9609e50f1f2f5a4dcefd36 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 9 Dec 2020 21:26:26 +0100 Subject: [PATCH] New package: python3-pwntools-4.3.1 --- srcpkgs/python3-pwntools/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/python3-pwntools/template diff --git a/srcpkgs/python3-pwntools/template b/srcpkgs/python3-pwntools/template new file mode 100644 index 00000000000..3e7c5b9bbd7 --- /dev/null +++ b/srcpkgs/python3-pwntools/template @@ -0,0 +1,25 @@ +# Template file for 'python3-pwntools' +pkgname=python3-pwntools +version=4.3.1 +revision=1 +wrksrc="pwntools-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +depends="capstone-python3 python3 python3-Mako python3-Pygments + python3-dateutil python3-intervaltree python3-packaging python3-paramiko + python3-psutil python3-pyelftools python3-pyserial python3-pysocks + python3-requests python3-ropgadget python3-sortedcontainers" +make_install_args="--only-use-pwn-command" +short_desc="CTF framework and exploit development library" +maintainer="Leah Neukirchen " +license="MIT, BSD-2-Clause" +homepage="https://github.com/Gallopsled/pwntools" +distfiles="${PYPI_SITE}/p/pwntools/pwntools-${version}.tar.gz" +checksum=c46188e713c47617b2dbf3e32d1867f948d35d82fddf9a9d2294a33f47484a8a + +post_install() { + rm -f ${DESTDIR}/usr/lib/python*/site-packages/*.md + rm -f ${DESTDIR}/usr/lib/python*/site-packages/*.txt + vlicense LICENSE-pwntools.txt LICENSE +}