[arch-commits] Commit in vulscan/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:05:04 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:05:03
  Author: felixonmars
Revision: 659540

archrelease: copy trunk to community-staging-any

Added:
  vulscan/repos/community-staging-any/
  vulscan/repos/community-staging-any/PKGBUILD
    (from rev 659537, vulscan/trunk/PKGBUILD)

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

Copied: vulscan/repos/community-staging-any/PKGBUILD (from rev 659537, vulscan/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:05:03 UTC (rev 659540)
@@ -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=4
+pkgdesc='A module which enhances nmap to a vulnerability scanner'
+url='https://www.computec.ch/projekte/vulscan/'
+arch=('any')
+license=('GPL')
+depends=('nmap')
+source=("https://www.computec.ch/projekte/vulscan/download/nmap_nse_vulscan-$pkgver.tar.gz")
+sha512sums=('d5c45316a0c16600e32b9220948424c84df6c002f5ba3cddc9a04368c183a29adda0a3ee98386f1955e083dfc1d35b366604182f37b91bb1801506feb43dc013')
+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