nmap_vulscan: v20171214 bump

This commit is contained in:
blshkv 2017-12-27 20:05:49 +08:00
parent f7891d844d
commit bced127e14
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -0,0 +1,25 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
DESCRIPTION="A NSE vulnerability scanner which uses an offline version of scip VulDB"
HOMEPAGE="http://www.computec.ch/projekte/vulscan/"
EGIT_REPO_URI="https://github.com/scipag/vulscan.git"
EGIT_COMMIT="cdb92c8cf816ddefecced16c84607bb1f247447e"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm"
DEPEND=""
RDEPEND="net-analyzer/nmap[nse]"
S="${WORKDIR}"
src_install() {
insinto /usr/share/nmap/scripts/vulscan
doins -r * || die "install failed"
}