New package: glances.

This commit is contained in:
wertyi48 2013-08-03 20:58:35 -03:00
parent a9cc9c26f6
commit c8e316f83a

22
srcpkgs/glances/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'glances'
pkgname=glances
version=1.6.1
revision=1
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
checksum="6da67b19e8508f6f93fb05536ba42b22355d3cb2637e34d21e056524f93d33a2"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
maintainer="Steven R <strob AT styez DOT com>"
homepage="https://github.com/nicolargo/glances"
license="LGPL3"
short_desc="Cross-platform curses-based monitoring tool written in Python."
glances_package() {
noarch="yes"
depends="python python-psutil"
pycompile_module="glances"
pkg_install() {
vmove all
}
}