blob: c2d201d5e2adf90c6154bbb05e3512ecfdb9af24 (
plain)
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
27
28
29
30
31
32
33
34
35
36
37
|
pkgbase = python2-pwntools
pkgdesc = A CTF framework and exploit development library.
pkgver = 3.9.0
pkgrel = 2
url = https://github.com/Gallopsled/pwntools
arch = any
license = MIT
license = GPL2
license = BSD
makedepends = lib32-glibc
makedepends = python2-setuptools
depends = python2>=2.7
depends = python2-mako
depends = python2-paramiko
depends = python2-pyelftools
depends = python2-capstone
depends = python2-pyserial
depends = python2-requests
depends = python2-psutil
depends = python2-tox
depends = python2-pysocks
depends = python2-dateutil
depends = python2-pygments
depends = python2-pypandoc
depends = python2-packaging
depends = python2-unicorn
depends = python2-intervaltree
depends = python2-pip
depends = ropgadget
conflicts = python2-pwntools
conflicts = python2-pwntools-git
options = strip
source = https://github.com/Gallopsled/pwntools/archive/3.9.0.tar.gz
sha256sums = bc62c6ae0ac0e9ea14e660b4a603355a53ca3134c1ab90b654e618eb2be6df5b
pkgname = python2-pwntools
|