Files
gentoo/sys-power/powercap-utils/powercap-utils-0.6.0.ebuild
Rick Farina 8bfcef78d5 powercap-utils: new tool, initial ebuild
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
2026-08-21 15:44:24 -04:00

18 lines
440 B
Bash

# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="C bindings to the Linux Power Capping Framework in sysfs"
HOMEPAGE="https://github.com/powercap/powercap"
SRC_URI="https://github.com/powercap/powercap/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/powercap-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="virtual/pkgconfig"