# Template file for 'dnsrecon'
pkgname=dnsrecon
version=1.6.0
revision=1
build_style=python3-pep517
make_check_args="-k not(test_zone_transfer)"
hostmakedepends="python3-setuptools"
depends="python3 python3-netaddr python3-dnspython python3-requests python3-loguru python3-fastapi python3-slowapi python3-stamina python3-uvicorn python3-ultrajson python3-httpx"
checkdepends="${depends} python3-pytest python3-anyio"
short_desc="DNS enumeration script"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="GPL-2.0-only"
homepage="https://github.com/darkoperator/dnsrecon"
distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
checksum=21b83c22e4dcf684b623c824a678c371d803952d99d4758c9b1c45bce409eb3d
replaces="python3-dnsrecon>=0"

python3-dnsrecon_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	metapackage=yes
	short_desc+=" (transitional dummy package)"
}
