# 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"