mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
dnsrecon: v0.8.10 pre-release bump
This commit is contained in:
parent
aca5f18442
commit
26255caf33
2 changed files with 31 additions and 1 deletions
30
net-analyzer/dnsrecon/dnsrecon-0.8.10_pre20170502.ebuild
Normal file
30
net-analyzer/dnsrecon/dnsrecon-0.8.10_pre20170502.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4} )
|
||||
inherit multilib python-r1 git-r3
|
||||
|
||||
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
||||
DESCRIPTION="DNS Enumeration Script"
|
||||
#SRC_URI="https://github.com/darkoperator/dnsrecon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
EGIT_REPO_URI="https://github.com/darkoperator/dnsrecon.git"
|
||||
EGIT_COMMIT="c96739859cc25177df0a9a3a3b7bdcfe62d87394"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
virtual/python-dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
# should be as simple as copying everything into the target...
|
||||
dodir /usr/$(get_libdir)/${PN}
|
||||
cp -R "${S}"/* "${D}"/usr/$(get_libdir)/${PN} || die "Copy files failed"
|
||||
dosym /usr/$(get_libdir)/${PN}/${PN}.py /usr/bin/${PN}
|
||||
}
|
||||
|
|
@ -37,7 +37,7 @@ net-analyzer/cloudshark
|
|||
=net-analyzer/crackmapexec-3.1*
|
||||
~net-analyzer/davtest-1.0
|
||||
~net-analyzer/dnsa-0.5
|
||||
~net-analyzer/dnsrecon-0.8.9
|
||||
=net-analyzer/dnsrecon-0.8*
|
||||
~net-analyzer/dsniff-2.4_beta1
|
||||
~net-analyzer/enum4linux-0.8.9
|
||||
~net-analyzer/fierce-1.0.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue