summaryrefslogtreecommitdiff
blob: f231523136c33187226f22286e2bf7884ff35fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"