#Contributor: Olivier Le Moal #Maintainer: Dawid Wrobel #Maintainer: Sébastien Duquette #Maintainer: onny pkgname=wfuzz pkgver=2.2.9 pkgrel=2 pkgdesc="Utility to bruteforce web applications to find their not linked resources" url="https://github.com/xmendez/wfuzz" arch=('i686' 'x86_64') license=('GPL') depends=('python2-pycurl') makedepends=() conflicts=() replaces=() backup=() source=("https://github.com/xmendez/wfuzz/archive/v$pkgver.tar.gz") md5sums=('136bd26bdf301e169d873d4d0e5a226c') sha256sums=('8e68a188ff0e19ac2675f4e15160aa855d34b585b2dc1bbfc53ad639f899e513') package() { cd "${srcdir}/${pkgname}-${pkgver}" python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 }