# Copyright 2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="Manages cpu governor and frequency selection"
HOMEPAGE="https://www.gentoo.org"
SRC_URI="https://github.com/walterdnes/${P}"

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

src_install() {
	insinto /usr/share/eselect/modules
	doins cpugov.eselect
}