16 lines
501 B
Bash
16 lines
501 B
Bash
# Template file for 'massdns'
|
|
pkgname=massdns
|
|
version=1.0.0
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
short_desc="High-performance DNS stub resolver for bulk lookups and reconnaissance"
|
|
maintainer="Antoine Guilbaud <antoine.guilbaud@yahoo.fr>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/blechschmidt/massdns"
|
|
distfiles="https://github.com/blechschmidt/massdns/archive/v${version}.tar.gz"
|
|
checksum=0eba00a03e74a02a78628819741c75c2832fb94223d0ff632249f2cc55d0fdbb
|
|
|
|
do_install() {
|
|
vbin bin/massdns
|
|
}
|