void-packages/srcpkgs/dnsmap/template
2020-04-20 15:57:10 +02:00

18 lines
658 B
Bash

# Template file for 'dnsmap'
pkgname=dnsmap
version=0.35
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake"
short_desc="Passive DNS network mapper a.k.a. subdomain bruteforcer"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-2.0-or-later"
homepage="https://github.com/resurrecting-open-source-projects/dnsmap"
changelog="https://raw.githubusercontent.com/resurrecting-open-source-projects/dnsmap/master/ChangeLog"
distfiles="https://github.com/resurrecting-open-source-projects/dnsmap/archive/${version}.tar.gz"
checksum=6c8d28e461530721ed19314a6788f756a46c98356b5d66fa8b54294778c1f193
pre_configure() {
./autogen.sh
}