diff --git a/srcpkgs/massdns/template b/srcpkgs/massdns/template new file mode 100644 index 00000000000..12e423dfcfa --- /dev/null +++ b/srcpkgs/massdns/template @@ -0,0 +1,15 @@ +# Template file for 'massdns' +pkgname=massdns +version=0.3 +revision=1 +build_style=gnu-makefile +short_desc="High-performance DNS stub resolver for bulk lookups and reconnaissance" +maintainer="Antoine Guilbaud " +license="GPL-3.0-only" +homepage="https://github.com/blechschmidt/massdns" +distfiles="https://github.com/blechschmidt/massdns/archive/v${version}.tar.gz" +checksum=9ca6e684d2febf707f165ce74b7a38455302f5851309fb82b5951c28cb07d0d7 + +do_install() { + vbin bin/massdns +} diff --git a/srcpkgs/massdns/update b/srcpkgs/massdns/update new file mode 100644 index 00000000000..713e8bd7b48 --- /dev/null +++ b/srcpkgs/massdns/update @@ -0,0 +1,2 @@ +site='https://github.com/blechschmidt/massdns/releases' +pattern='massdns/releases/tag/v\K[\d\.]+(?=")'