void-packages/srcpkgs/glances/template

18 lines
606 B
Plaintext
Raw Normal View History

2013-08-04 01:58:35 +02:00
# Template file for 'glances'
pkgname=glances
2014-01-24 19:44:18 +01:00
version=1.7.4
2013-08-04 01:58:35 +02:00
revision=1
2014-01-24 19:44:18 +01:00
noarch="yes"
create_srcdir="yes"
2013-08-04 01:58:35 +02:00
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
2014-01-24 19:44:18 +01:00
checksum="20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6"
build_style="python-module"
2013-08-04 01:58:35 +02:00
hostmakedepends="python-devel"
makedepends="python-distribute"
depends="python python-psutil ${makedepends}"
pycompile_module="glances"
2013-08-04 01:58:35 +02:00
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"