From b6a5ced283648f42f9f8b609fc0cfe74dce54587 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 29 Sep 2014 11:49:41 +1300 Subject: Corrected ebuild version --- build/paramano-0.6.1.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 build/paramano-0.6.1.ebuild (limited to 'build/paramano-0.6.1.ebuild') diff --git a/build/paramano-0.6.1.ebuild b/build/paramano-0.6.1.ebuild new file mode 100644 index 0000000..a99135a --- /dev/null +++ b/build/paramano-0.6.1.ebuild @@ -0,0 +1,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 + + -- cgit v1.1