[arch-commits] Commit in (5 files)
Levente Polyak
anthraxx at archlinux.org
Fri Sep 11 14:44:35 UTC 2015
Date: Friday, September 11, 2015 @ 16:44:35
Author: anthraxx
Revision: 139929
addpkg: nikto 2.1.6-1
Added:
nikto/
nikto/repos/
nikto/trunk/
nikto/trunk/PKGBUILD
nikto/trunk/nikto.sh
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
nikto.sh | 3 +++
2 files changed, 42 insertions(+)
Added: nikto/trunk/PKGBUILD
===================================================================
--- nikto/trunk/PKGBUILD (rev 0)
+++ nikto/trunk/PKGBUILD 2015-09-11 14:44:35 UTC (rev 139929)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: grimsock <lord.grimsock at gmail dot com>
+# Contributor: Alessandro Sagratini <ale_sagra at hotmail dot com>
+# Contributor: Arkham <arkham at archlinux dot us>
+# Contributor: LeCrayonVert < greenarrow at archlinux dot us>
+
+pkgname=nikto
+pkgver=2.1.6
+pkgrel=1
+pkgdesc='A web server scanner which performs comprehensive tests against web servers for multiple items'
+url='https://github.com/sullo/nikto'
+arch=('any')
+license=('GPL')
+depends=('sh' 'openssl' 'perl-net-ssleay' 'perl-json')
+backup=('etc/nikto.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sullo/${pkgname}/archive/${pkgver}.tar.gz
+ nikto.sh)
+sha512sums=('13632018ef6862de7dc53c674d7266fcfb7e164bcf3070327c103cbf8737720ffb710ccc8949acc920a6e0a85da1bb7575d073ee245bc2ba3a8a292ad1695e69'
+ '75b9be1f1cacbca09a5e72f8125aadc24938a3ac36b2337bf68916231af52e2af846a0dedb36782f45716d2c6d590a3606cb5879339528e7a744f1d2d880120d')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ find . -type f ! -name nikto.pl -exec chmod 644 {} +
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ install -d "${pkgdir}/usr/share/nikto"
+ cp -a program/* "${pkgdir}/usr/share/nikto"
+
+ install -Dm 755 "${srcdir}/nikto.sh" "${pkgdir}/usr/bin/nikto"
+ install -Dm 644 program/nikto.conf "${pkgdir}/etc/nikto.conf"
+ install -Dm 644 documentation/nikto.1 "${pkgdir}/usr/share/man/man1/nikto.1"
+ install -Dm 644 program/docs/nikto_manual.html "${pkgdir}/usr/share/doc/${pkgname}/manual.html"
+ install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:
Added: nikto/trunk/nikto.sh
===================================================================
--- nikto/trunk/nikto.sh (rev 0)
+++ nikto/trunk/nikto.sh 2015-09-11 14:44:35 UTC (rev 139929)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/share/nikto
+exec /usr/bin/perl nikto.pl "$@"
Property changes on: nikto/trunk/nikto.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
More information about the arch-commits
mailing list