net-analyzer/dnsmap: Initial commit
authorJeroen Roovers <jer@gentoo.org>
Thu, 2 Jan 2020 00:25:11 +0000 (01:25 +0100)
committerJeroen Roovers <jer@gentoo.org>
Thu, 2 Jan 2020 00:26:15 +0000 (01:26 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-analyzer/dnsmap/Manifest [new file with mode: 0644]
net-analyzer/dnsmap/dnsmap-0.35.ebuild [new file with mode: 0644]
net-analyzer/dnsmap/metadata.xml [new file with mode: 0644]

diff --git a/net-analyzer/dnsmap/Manifest b/net-analyzer/dnsmap/Manifest
new file mode 100644 (file)
index 0000000..dd7b978
--- /dev/null
@@ -0,0 +1 @@
+DIST dnsmap-0.35.tar.gz 73584 BLAKE2B 15de8771f8add66d2598996961cae06670ebf9009d575ad3eaee6e7300163fbc84abf6e9082791de155a9daf5581cf2daf568a7a85a4a55adbf0c81e92639e94 SHA512 9a1bc25500dde22f2c641cd41a83e634dffda06fdfd62d439b9b8656f5e7624ab1d4736ed0d375acc24fb3f12091f7f75190fd97c4b7fa3c237baa0ade871ca1
diff --git a/net-analyzer/dnsmap/dnsmap-0.35.ebuild b/net-analyzer/dnsmap/dnsmap-0.35.ebuild
new file mode 100644 (file)
index 0000000..2e3f62f
--- /dev/null
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="Scan for subdomains using bruteforcing techniques"
+HOMEPAGE="https://github.com/resurrecting-open-source-projects/dnsmap"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=(
+       CONTRIBUTING.md
+       ChangeLog
+       NEWS
+       README.md
+       TODO
+       doc/CREDITS.old
+)
+
+src_prepare() {
+       default
+       eautoreconf
+}
+
+src_install() {
+       default
+}
diff --git a/net-analyzer/dnsmap/metadata.xml b/net-analyzer/dnsmap/metadata.xml
new file mode 100644 (file)
index 0000000..8255899
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+<email>netmon@gentoo.org</email>
+</maintainer>
+</pkgmetadata>