mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
dnsrecon-1.0.0.ebuild
This commit is contained in:
parent
0bf38e2575
commit
e272a7bd11
2 changed files with 6 additions and 6 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
DIST dnsrecon-0.10.0.tar.gz 638919 BLAKE2B 624a832e7681821a3e15f39dff0dbb86b67cb96b3d36b4774caea8f8b64f6eb14b2d69dfc23c3c60849119d920a28916963e71e26d0c34c54236fb809b32ce50 SHA512 ce4c98c7dc4120ab95fe042406f7f70fc570d4755bf1e014654c250b83e8dd13fa572cf68dba301fd80acee5480e6dd2daf2d593833cf514fa74294ac2d99f91
|
|
||||||
DIST dnsrecon-0.10.1.tar.gz 665198 BLAKE2B b220c9b7622eb8e6793f3654c0e715459de8d56b8a56ca4a1789a91bc26d0d9d32b129f0be689679ceab83ceb19b715719db12d0f6e801f0993db63248da8736 SHA512 ed25fedd9f2c7adf5d1091bbf8060cdb0d0f74ef26134ffe7a482459bbab7dcb0b2c2da631bddf7f9ef9ec7d08d44c91fba531ba5fa0c4bf3567bbb02348ec5f
|
DIST dnsrecon-0.10.1.tar.gz 665198 BLAKE2B b220c9b7622eb8e6793f3654c0e715459de8d56b8a56ca4a1789a91bc26d0d9d32b129f0be689679ceab83ceb19b715719db12d0f6e801f0993db63248da8736 SHA512 ed25fedd9f2c7adf5d1091bbf8060cdb0d0f74ef26134ffe7a482459bbab7dcb0b2c2da631bddf7f9ef9ec7d08d44c91fba531ba5fa0c4bf3567bbb02348ec5f
|
||||||
|
DIST dnsrecon-1.0.0.tar.gz 665849 BLAKE2B a2b5d30b6c5753785086d53e262d078de216cf908b5b20136c89bbbaadf9dc7986985822294a2a902e2861f58d2c5c1e0af40a740a3abdbf82bedf150f8b69a9 SHA512 0e06eb4f385545723aceec75cbde4031b5495e825d91f78316c5b46c236825defff194b497624343b992b815773ea0dbca4cda45dede09be49f01db586e0ee6c
|
||||||
|
|
|
||||||
|
|
@ -4,14 +4,11 @@
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{8..9} )
|
PYTHON_COMPAT=( python3_{8..9} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
HOMEPAGE="https://github.com/darkoperator/dnsrecon"
|
||||||
DESCRIPTION="DNS Enumeration Script"
|
DESCRIPTION="DNS Enumeration Script"
|
||||||
|
|
||||||
SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
|
|
@ -23,11 +20,14 @@ RDEPEND="${PYTHON_DEPS}
|
||||||
dev-python/lxml[${PYTHON_USEDEP}]"
|
dev-python/lxml[${PYTHON_USEDEP}]"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
PATCHES=( "${FILESDIR}/dnsrecon-0.10.0_namelist.patch" )
|
src_prepare() {
|
||||||
|
rm -r tests || die
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
python_install() {
|
python_install() {
|
||||||
distutils-r1_python_install
|
distutils-r1_python_install
|
||||||
python_foreach_impl python_newscript dnsrecon.py dnsrecon
|
# python_foreach_impl python_newscript dnsrecon.py dnsrecon
|
||||||
python_foreach_impl python_newscript tools/parser.py dnsrecon-parser
|
python_foreach_impl python_newscript tools/parser.py dnsrecon-parser
|
||||||
|
|
||||||
dodoc -r msf_plugin/ *.md
|
dodoc -r msf_plugin/ *.md
|
||||||
Loading…
Reference in a new issue