net-dns/valtz - 0.8 (gentoo)

Search

Package Information

Description:
Validation tool for tinydns-data zone files
Homepage:
https://michael.orlitzky.com/code/valtz.xhtml
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.8 7 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Validation tool for tinydns-data zone files"
SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.xz"
HOMEPAGE="https://michael.orlitzky.com/code/valtz.xhtml"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND="dev-lang/perl"

src_install() {
	dobin valtz
	doman valtz.1
	dodoc AUTHORS README CHANGES
}

Dependencies

RDEPEND

dev-lang/perl

Manifest for 0.8

Type File Size Source URLs
DIST valtz-0.8.tar.xz 9644 bytes https://michael.orlitzky.com/code/releases/valtz-0.8.tar.xz