mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-03 12:10:50 +02:00
nmap_vulscan: v20171214 bump
This commit is contained in:
parent
f7891d844d
commit
bced127e14
1 changed files with 25 additions and 0 deletions
25
net-analyzer/nmap_vulscan/nmap_vulscan-2.0_p20171214.ebuild
Normal file
25
net-analyzer/nmap_vulscan/nmap_vulscan-2.0_p20171214.ebuild
Normal 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"
|
||||
}
|
||||
Loading…
Reference in a new issue