New package: massdns-0.3
This commit is contained in:
parent
c84e25813d
commit
1eddeae1ae
2 changed files with 17 additions and 0 deletions
15
srcpkgs/massdns/template
Normal file
15
srcpkgs/massdns/template
Normal file
|
@ -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 <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=9ca6e684d2febf707f165ce74b7a38455302f5851309fb82b5951c28cb07d0d7
|
||||
|
||||
do_install() {
|
||||
vbin bin/massdns
|
||||
}
|
2
srcpkgs/massdns/update
Normal file
2
srcpkgs/massdns/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site='https://github.com/blechschmidt/massdns/releases'
|
||||
pattern='massdns/releases/tag/v\K[\d\.]+(?=")'
|
Loading…
Reference in a new issue