| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.14 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A bundle of useful small utilities"
HOMEPAGE="http://powerman.name/soft/powerutils.html"
SRC_URI="http://powerman.name/download/powerutils/${P}.tgz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
dobin bin/*
dosbin sbin/*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | powerutils-2.2.14.tgz | 7338 bytes | http://powerman.name/download/powerutils/powerutils-2.2.14.tgz |