aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-pwntools/template
blob: eb1a41d909ec00e093a695d0bdd6823539e40556 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Template file for 'python3-pwntools'
pkgname=python3-pwntools
version=4.11.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-devel"
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
 python3-colored-traceback"
make_install_args="--only-use-pwn-command"
short_desc="CTF framework and exploit development library"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT, BSD-2-Clause"
homepage="https://github.com/Gallopsled/pwntools"
distfiles="${PYPI_SITE}/p/pwntools/pwntools-${version}.tar.gz"
checksum=ee19e35fbdb5b7463329c27be51fad11f508e84f5bc4c617504b48e7a18364fd
make_check=no

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
}