From 7a7ea8c2f9185618aa0b94940bf6edfea935f23f Mon Sep 17 00:00:00 2001 From: mickael9 Date: Sat, 18 Jul 2015 21:06:54 +0200 Subject: Initial commit --- PKGBUILD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 PKGBUILD (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..1d2d036 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,17 @@ +# Maintainer: mickael9 +pkgname=wapiti +pkgver=2.3.0 +pkgrel=2 +pkgdesc="A vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, LDAP injections, CRLF injections..." +url='http://wapiti.sourceforge.net/' +license=(GPL) +depends=(python2 python2-setuptools python2-requests python2-beautifulsoup3) +arch=(any) + +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}/${pkgname}-${pkgver}/$pkgname-$pkgver.tar.gz) +md5sums=('dd8b0ab120518215abf9c7b22251fd8b') + +package() { + cd "$srcdir/${pkgname}-${pkgver}" + python2 setup.py install --root="$pkgdir/" --optimize=1 +} -- cgit v1.2.3-70-g09d2