void-packages/srcpkgs/dnsmap/template

18 lines
653 B
Bash

# Template file for 'dnsmap'
pkgname=dnsmap
version=0.36
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake"
short_desc="Passive DNS network mapper a.k.a. subdomain bruteforcer"
maintainer="Orphaned <orphan@voidlinux.org>"
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=f52d6d49cbf9a60f601c919f99457f108d51ecd011c63e669d58f38d50ad853c
pre_configure() {
./autogen.sh
}