net-misc/irrtoolset: New package
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
59081164b1
commit
70747329ba
1
net-misc/irrtoolset/Manifest
Normal file
1
net-misc/irrtoolset/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST irrtoolset-5.1.3.tar.gz 274730 BLAKE2B 8b9607a6c55e049eae8077ceec7c4bf15efe39594ea86aa4ac0c868e2671307d3b00b457967fb9dfd50f936835586ec86d0f55e7c86f50078b167fe630ffc590 SHA512 ea1d82d55b5cd71608366d901216ababfc093116d07e153cdf82c98b0611b6f54b1a2f54fde7c954b13944b80090c2e0c9bc658614b80b41303d17492c7af3f9
|
25
net-misc/irrtoolset/irrtoolset-5.1.3.ebuild
Normal file
25
net-misc/irrtoolset/irrtoolset-5.1.3.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Copyright 2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
inherit autotools
|
||||||
|
|
||||||
|
DESCRIPTION="The Internet Routing Registry Toolset"
|
||||||
|
HOMEPAGE="https://github.com/irrtoolset/irrtoolset"
|
||||||
|
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
DEPEND="sys-libs/readline"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}-release-${PV}"
|
||||||
|
DOCS=( AUTHORS COPYING NEWS README.md examples/ )
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
eautoreconf
|
||||||
|
}
|
8
net-misc/irrtoolset/metadata.xml
Normal file
8
net-misc/irrtoolset/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue