net-dns/valtz: add EAPI7 ebuild
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 28 Jun 2018 18:40:44 +0000 (20:40 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 6 Jul 2018 21:47:55 +0000 (23:47 +0200)
net-dns/valtz/valtz-0.7-r1.ebuild [new file with mode: 0644]

diff --git a/net-dns/valtz/valtz-0.7-r1.ebuild b/net-dns/valtz/valtz-0.7-r1.ebuild
new file mode 100644 (file)
index 0000000..4e9cc25
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Validation tool for tinydns-data zone files"
+SRC_URI="https://x42.com/software/valtz/${PN}.tgz"
+HOMEPAGE="https://x42.com/software/valtz/"
+IUSE=""
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-lang/perl"
+
+src_install() {
+       dobin valtz
+       dodoc README CHANGES
+}