mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
net-misc/netmask: add 2.5.0
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST netmask-2.4.4.tar.gz 45775 BLAKE2B e928924eac3b004b3e3b98c19050a2d2b8bf8c1c261db947a27ac7b5329b040842f379398b5fc5a91a6f882639cb07c4e72894f29688488a823f664b22f7f4b9 SHA512 57beddd0671dfa8102a68a2e8194d04405358b188b10da215768580f022d040ab990089013816500aafe2090eba8a79aef1fafbd160526c985fbbf09ff69ffce
|
||||
DIST netmask-2.5.0.tar.gz 35979 BLAKE2B 8fe0a4df162717c17afb8413175492a4413224a0488aa0afb152406b29c9c2bce5041eefc472b28dcae5a94b79936f99ec90a24f1d4d74794da4d143f85bb691 SHA512 a9ea08ff0f27c5b74bb3ab3a0f2b8760e4b60fd1a675bab285312a62f0329de553ce19853975fd5299d93a9b117680404320fdb8093dbd490b8273ed5bc8dc12
|
||||
|
||||
22
net-misc/netmask/netmask-2.5.0.ebuild
Normal file
22
net-misc/netmask/netmask-2.5.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="An IP address formatting tool"
|
||||
HOMEPAGE="https://github.com/tlby/netmask"
|
||||
SRC_URI="https://github.com/tlby/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_prepare() {
|
||||
# Drop unneeded dependency on dev-libs/check
|
||||
sed -i /^PKG_CHECK_MODULES/d configure.ac || die
|
||||
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
Reference in New Issue
Block a user