net-misc/prips - 1.3.1 (gentoo-zh)

Search

Install

Install this version:

emerge -a =net-misc/prips-1.3.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/prips-1.3.1

Or alternatively:

emerge --autounmask-write -a =net-misc/prips-1.3.1

Package Information

Description:
print the IP addresses in a range
Homepage:
https://devel.ringlet.net/sysutils/prips/
License:
GPL-2

Ebuild Details

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

EAPI=8

DESCRIPTION="print the IP addresses in a range"
HOMEPAGE="https://devel.ringlet.net/sysutils/prips/"
SRC_URI="https://devel.ringlet.net/files/sys/prips/${P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_compile() {
	emake -C c
}

src_install() {
	dobin c/prips
	doman prips.1
}

Manifest for 1.3.1

Type File Size Source URLs
DIST prips-1.3.1.tar.xz 60776 bytes https://devel.ringlet.net/files/sys/prips/prips-1.3.1.tar.xz