summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@mailbox.tu-berlin.de>2013-05-11 20:36:49 +0200
committerandy <andy@mailbox.tu-berlin.de>2013-05-11 20:36:49 +0200
commite2381b6fc25e5b5ee129edc8b4140baecbfc7698 (patch)
tree313b250569958786bfd22f672325726221977e19 /app-misc
parentBump mimeo (diff)
downloadandy-e2381b6fc25e5b5ee129edc8b4140baecbfc7698.tar.gz
andy-e2381b6fc25e5b5ee129edc8b4140baecbfc7698.tar.bz2
andy-e2381b6fc25e5b5ee129edc8b4140baecbfc7698.zip
added rainbarf
CPU/RAM/battery stats chart bar for tmux (and GNU screen)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/rainbarf/Manifest1
-rw-r--r--app-misc/rainbarf/rainbarf-0.8.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/rainbarf/Manifest b/app-misc/rainbarf/Manifest
new file mode 100644
index 0000000..5ec59d6
--- /dev/null
+++ b/app-misc/rainbarf/Manifest
@@ -0,0 +1 @@
+EBUILD rainbarf-0.8.ebuild 557 SHA256 64128ffee3c0b9813d67d6cdc92c7e2e9c88aaefea3449360216f337231777c4 SHA512 3a66a52b1a21fc80d3de6ca2d3f30d78601e9090eb5aa57147676918ac3f32d51e71db09a46c7bc4ea3b18d765a6f12e38aff09bbe4988583de5a7d6f213373f WHIRLPOOL c465b09bfcd0214be63ff88159a85d4331f9e01c0abe93a048c2ef4865d342bd6f6d05972f1fe317cebb152d9baabeacb0bd159a6368da7564ea1ef342a1e077
diff --git a/app-misc/rainbarf/rainbarf-0.8.ebuild b/app-misc/rainbarf/rainbarf-0.8.ebuild
new file mode 100644
index 0000000..f231523
--- /dev/null
+++ b/app-misc/rainbarf/rainbarf-0.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit perl-module git-2
+
+DESCRIPTION="CPU/RAM/battery stats chart bar for tmux (and GNU screen)"
+HOMEPAGE="https://github.com/creaktive/rainbarf"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/creaktive/rainbarf.git"
+EGIT_COMMIT="v${PV}"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="virtual/perl-Module-Build"
+RDEPEND="${DEPEND} perl-core/Term-ANSIColor"
+
+mydoc="README Changes"