void-packages/srcpkgs/glances/template
2013-08-30 14:23:04 -03:00

22 lines
642 B
Plaintext

# Template file for 'glances'
pkgname=glances
version=1.7.1
revision=1
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
checksum="a681883dd6add6371e987bac2b2bbb2959f873283d833ec2e6f2e1e3707a5e3c"
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 ${makedepends}"
pycompile_module="glances"
pkg_install() {
vmove all
}
}