[arch-commits] Commit in (vulscan vulscan/repos vulscan/trunk vulscan/trunk/PKGBUILD)

Daniel Micay thestinger at archlinux.org
Sun Oct 26 02:17:02 UTC 2014


    Date: Sunday, October 26, 2014 @ 03:17:01
  Author: thestinger
Revision: 121416

add vulscan package

Added:
  vulscan/
  vulscan/repos/
  vulscan/trunk/
  vulscan/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Added: vulscan/trunk/PKGBUILD
===================================================================
--- vulscan/trunk/PKGBUILD	                        (rev 0)
+++ vulscan/trunk/PKGBUILD	2014-10-26 02:17:01 UTC (rev 121416)
@@ -0,0 +1,20 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: icoz <icoz.vt at gmail dot com>
+pkgname=vulscan
+pkgver=2.0
+pkgrel=1
+pkgdesc='A a module which enhances nmap to a vulnerability scanner'
+url='http://www.computec.ch/projekte/vulscan/'
+arch=('any')
+license=('GPL')
+depends=('nmap')
+source=("http://www.computec.ch/projekte/vulscan/download/nmap_nse_vulscan-$pkgver.tar.gz")
+sha1sums=('50eee09a971e6fcc2c4c02be181dbc0932ec62a1')
+replaces=(nmap-vulscan)
+provides=(nmap-vulscan)
+conflicts=(nmap-vulscan)
+
+package() {
+  install -dm755 "$pkgdir/usr/share/nmap/scripts/"
+  cp -a $pkgname "$pkgdir/usr/share/nmap/scripts/vulscan"
+}



More information about the arch-commits mailing list