You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2.ebuild

40 lines
866 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit gkrellm-plugin
MY_P="${P/gkrellm/gkrellm2}"
DESCRIPTION="A Gkrellm2 plugin for displaying and manipulating CPU frequency"
HOMEPAGE="https://github.com/sainsaar/gkrellm2-cpupower/"
SRC_URI="https://github.com/sainsaar/gkrellm2-cpupower/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/${MY_P}"
RDEPEND="
app-admin/sudo
sys-power/cpupower
"
PLUGIN_SO="cpupower.so"
src_install() {
gkrellm-plugin_src_install
emake DESTDIR="${D}" install-sudo
}
pkg_postinst() {
echo
einfo "For changing the governor and CPU frequencies as a user, create the \"trusted\""
einfo "group, and add those users to that group who should be allowed to perform"
einfo "these changes."
echo
}