Skip to content

Commit

Permalink
New package: pwntools-4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abenson committed Jan 5, 2021
1 parent 5862894 commit c5d1ba7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions srcpkgs/pwntools/template
@@ -0,0 +1,32 @@
# Template file for 'pwntools'
pkgname=pwntools
version=4.3.1
revision=1
build_style=python3-module
make_install_args="--only-use-pwn-command"
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3-paramiko python3-Mako python3-pyelftools capstone-python3
python3-pyserial python3-requests python3-Pygments python3-pysocks
python3-dateutil python3-packaging python3-psutil python3-intervaltree
python3-sortedcontainers unicorn-python3 python3-six python3-setuptools
ROPgadget"
short_desc="CTF framework and exploit development library"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://pwntools.com"
distfiles="https://github.com/Gallopsled/pwntools/archive/${version}.tar.gz"
checksum=9d80cf845d4d6f808d265fcfb8de958ee0cbb2bc52d51aa96e24d9c778224629

pre_configure() {
vsed -e '/data_files/,+2d' -i setup.py
}

post_install() {
vlicense LICENSE-pwntools.txt
}

do_check() {
# Tests require system configuration changes, like adding a user.
:
}

0 comments on commit c5d1ba7

Please sign in to comment.