2015-06-21 18:16:03 +02:00
|
|
|
#Contributor: Olivier Le Moal <mail at olivierlemoal dot fr>
|
|
|
|
#Maintainer: Dawid Wrobel <cromo@klej.net>
|
|
|
|
#Maintainer: Sébastien Duquette <ekse.0x@gmail.com>
|
|
|
|
#Maintainer: onny <onny@project-insanity.org>
|
|
|
|
|
|
|
|
pkgname=wfuzz
|
2018-01-30 10:58:21 +01:00
|
|
|
pkgver=2.2.9
|
2018-01-30 11:22:08 +01:00
|
|
|
pkgrel=3
|
2015-06-21 18:16:03 +02:00
|
|
|
pkgdesc="Utility to bruteforce web applications to find their not linked resources"
|
|
|
|
url="https://github.com/xmendez/wfuzz"
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
license=('GPL')
|
2018-01-30 11:22:08 +01:00
|
|
|
depends=('python2-pycurl' 'python2-pyparsing')
|
2015-06-21 18:16:03 +02:00
|
|
|
makedepends=()
|
|
|
|
conflicts=()
|
|
|
|
replaces=()
|
|
|
|
backup=()
|
2017-08-31 12:32:46 +02:00
|
|
|
source=("https://github.com/xmendez/wfuzz/archive/v$pkgver.tar.gz")
|
2018-01-30 10:58:21 +01:00
|
|
|
md5sums=('136bd26bdf301e169d873d4d0e5a226c')
|
2018-01-30 11:07:28 +01:00
|
|
|
sha256sums=('8e68a188ff0e19ac2675f4e15160aa855d34b585b2dc1bbfc53ad639f899e513')
|
|
|
|
|
|
|
|
|
2015-06-21 18:16:03 +02:00
|
|
|
package() {
|
2018-01-30 11:07:28 +01:00
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
|
2015-06-21 18:16:03 +02:00
|
|
|
}
|