sys-process/glances/glances-1.3.2.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 23 Feb 2014 17:27:03 +0100
changeset 128 59f960a114eb
parent 31 c848fb84f0dc
permissions -rw-r--r--
Add ebuild for mps-youtube: terminal based youtube jukebox (Portage version: 2.2.8-r1/hg/Linux x86_64, signed Manifest commit with key )

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

PYTHON_DEPEND='2:2.6'

inherit python

DESCRIPTION="CLI curses based monitoring tool"
HOMEPAGE="https://github.com/nicolargo/glances"
SRC_URI="mirror://github/nicolargo/${PN}/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-python/pystatgrab-0.5"
RDEPEND="${DEPEND}"

pkg_preinst() {
	# trick to remove files installed in wrong dir
	rm -rf "${D}/usr/doc"
}