app-text/idnits - 2.17.1 (gentoo)

Search

Package Information

Description:
A tool to check internet-drafts (IDs) for submission nits
Homepage:
https://www.ietf.org/tools/idnits/
License:
GPL-2+

Ebuild Details

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

EAPI=8

DESCRIPTION="A tool to check internet-drafts (IDs) for submission nits"
HOMEPAGE="https://www.ietf.org/tools/idnits/"
SRC_URI="https://github.com/ietf-tools/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"

SLOT="0"

KEYWORDS="amd64 x86"

RDEPEND="
	app-shells/bash
	sys-apps/coreutils
	app-alternatives/awk
"

src_install() {
	dobin idnits
	dodoc about changelog todo
}

Dependencies

RDEPEND

	app-shells/bash
	sys-apps/coreutils
	app-alternatives/awk

Manifest for 2.17.1

Type File Size Source URLs
DIST idnits-2.17.1.tar.gz 60480 bytes https://github.com/ietf-tools/idnits/archive/refs/tags/2.17.1.tar.gz