From 1c879fb5591e7637ef90cf87de63ef9266457804 Mon Sep 17 00:00:00 2001 From: aguilbau Date: Sun, 19 Apr 2020 18:48:05 +0200 Subject: [PATCH] New package: massdns-0.3 --- srcpkgs/massdns/template | 15 +++++++++++++++ srcpkgs/massdns/update | 2 ++ 2 files changed, 17 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..3d333873b29 --- /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 + +post_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\.]+(?=")'