Merge pull request #1371 from hanspolo/dnsmap

New package: dnsmap-0.30
This commit is contained in:
Juan RP 2015-04-23 09:36:46 +02:00
commit 4ce109c33e
1 changed files with 15 additions and 0 deletions

15
srcpkgs/dnsmap/template Normal file
View File

@ -0,0 +1,15 @@
# Template file for 'dnsmap'
pkgname=dnsmap
version=0.30
revision=1
build_style=gnu-makefile
short_desc="Passive DNS network mapper a.k.a. subdomain bruteforcer"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-2"
homepage="https://dnsmap.googlecode.com"
distfiles="https://dnsmap.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=fcf03a7b269b51121920ac49f7d450241306cfff23c76f3da94b03792f6becbc
do_install() {
vbin dnsmap
}