aboutsummaryrefslogtreecommitdiff
path: root/build/paramano-0.60.ebuild
blob: a99135aa2172348dcf86ba16e2c22144dd9c9387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

DESCRIPTION="Docking battery monitor and CPU governer controller (fork of trayfreq)"
HOMEPAGE="https://github.com/phillid/paramano"
SRC_URI="http://phillid.tk/source/${P}-1.tar.gz"

LICENSE="GPL"
SLOT="0"

inherit eutils

KEYWORDS="~amd64 ~x86"

RDEPEND="x11-libs/gtk+:3
         app-admin/sudo"

DEPEND="${RDEPEND}"

S=${WORKDIR}/${PN}-stable