void-packages/srcpkgs/glances/template
2013-08-24 19:29:01 -03:00

22 lines
No EOL
625 B
Text

# Template file for 'glances'
pkgname=glances
version=1.7
revision=1
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
checksum="5ee9c05f138c143ca11aba213dac8d5a2939b337b1e24cc3794f8f4c5e0856ba"
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
}
}