From 423f644cea6db1bda2ba4374b694decb1917ff4b Mon Sep 17 00:00:00 2001 From: aguilbau Date: Sun, 19 Apr 2020 17:50:41 +0200 Subject: [PATCH] massdns: create --- srcpkgs/massdns/template | 16 ++++++++++++++++ srcpkgs/massdns/update | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 srcpkgs/massdns/template create mode 100644 srcpkgs/massdns/update diff --git a/srcpkgs/massdns/template b/srcpkgs/massdns/template new file mode 100644 index 00000000000..778903c6225 --- /dev/null +++ b/srcpkgs/massdns/template @@ -0,0 +1,16 @@ +# Template file for 'massdns' +pkgname=massdns +version=0.3 +revision=1 +build_style=gnu-makefile +short_desc="A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)" +maintainer="Antoine Guilbaud " +license="GPL-3" +homepage="https://github.com/blechschmidt/massdns" +distfiles="https://github.com/blechschmidt/massdns/archive/v${version}.tar.gz" +checksum=9ca6e684d2febf707f165ce74b7a38455302f5851309fb82b5951c28cb07d0d7 + +post_install() { + vlicense LICENSE + 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\.]+(?=")'