| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.0 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="print the IP addresses in a range"
HOMEPAGE="http://devel.ringlet.net/sysutils/prips/"
SRC_URI="http://devel.ringlet.net/files/sys/prips/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
dobin prips
doman prips.1
local DOCS=(
ChangeLog README
)
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | prips-1.2.0.tar.xz | 22772 bytes | http://devel.ringlet.net/files/sys/prips/prips-1.2.0.tar.xz |