void-packages/srcpkgs/glances/template
2014-01-24 15:00:27 -04:00

18 lines
606 B
Plaintext

# Template file for 'glances'
pkgname=glances
version=1.7.4
revision=1
noarch="yes"
create_srcdir="yes"
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
checksum="20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6"
build_style="python-module"
hostmakedepends="python-devel"
makedepends="python-distribute"
depends="python python-psutil ${makedepends}"
pycompile_module="glances"
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"