diff options
Diffstat (limited to 'gnustep-apps/batmon/batmon-0.7.ebuild')
-rw-r--r-- | gnustep-apps/batmon/batmon-0.7.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnustep-apps/batmon/batmon-0.7.ebuild b/gnustep-apps/batmon/batmon-0.7.ebuild new file mode 100644 index 000000000000..25d0bc3becc7 --- /dev/null +++ b/gnustep-apps/batmon/batmon-0.7.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit gnustep-2 + +DESCRIPTION="displays the status of your laptop battery" +HOMEPAGE="http://www.nongnu.org/gap/batmon/index.html" +SRC_URI="http://savannah.nongnu.org/download/gap/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |