blob: 0a7886faec051f00a5beeb049f55efc12b64dc94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python2-pwntools
pkgdesc = The CTF framework used by Gallopsled in every CTF.
pkgver = 2.2.r49.g7d964f8
pkgrel = 1
url = https://github.com/Gallopsled/pwntools/
arch = any
license = MIT
license = GPL2
license = BSD
makedepends = lib32-glibc
depends = python2>=2.7
depends = python2-mako
depends = python2-paramiko
provides = python2-pwntools
conflicts = python2-pwntools
replaces = python2-pwntools
options = !emptydirs
source = python2-pwntools::git+https://github.com/Gallopsled/pwntools.git
md5sums = SKIP
pkgname = python2-pwntools
|