# Maintainer : Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/) # Contributor : mickael9 pkgname=wapiti pkgver=3.1.2 _name="$pkgname${pkgver:0:1}" pkgrel=1 pkgdesc='Comprehensive web app vulnerability scanner written in Python' arch=('any') url="https://$pkgname-scanner.github.io" license=('GPL') makedepends=('python-setuptools') depends=('python' 'python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-yaswfp' 'python-browser-cookie3' 'python-mako' 'python-python-socks' 'python-tld' 'python-httpx' 'python-aiocache' 'python-sqlalchemy') optdepends=('python-requests-kerberos: Kerberos authentication' 'python-requests-ntlm: NTLM authentication') options=('zipman') changelog=ChangeLog source=("https://github.com/$pkgname-scanner/$pkgname/releases/download/$pkgver/$_name-$pkgver.tar.gz") #source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname/$pkgname-$pkgver/$_name-$pkgver.tar.gz") sha256sums=('d10c51577792f949c9afa143043c9a25e6e86542cb48489d944ace45612aaea9') prepare() { rm -rf "$_name-$pkgver/tests"; } build() { cd "$_name-$pkgver" python setup.py build } package() { cd "$_name-$pkgver" PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 --skip-build } # vim: ts=2 sw=2 et ft=PKGBUILD: