16 lines
659 B
Bash
16 lines
659 B
Bash
# Template file for 'python3-dnsrecon'
|
|
pkgname=python3-dnsrecon
|
|
version=1.1.5
|
|
revision=1
|
|
build_style=python3-module
|
|
make_check_args="-k not(test_zone_transfer)"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 python3-netaddr python3-dnspython python3-lxml"
|
|
checkdepends="${depends} python3-flake8 python3-pyflakes python3-pytest"
|
|
short_desc="DNS enumeration script"
|
|
maintainer="Jason Elswick <jason@jasondavid.tv>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/darkoperator/dnsrecon"
|
|
distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
|
|
checksum=528881c6f2cf759ce91c895c19345768902c3fd811b05dbdfba864f5980aef9c
|