void-packages/srcpkgs/glances/template

18 lines
600 B
Text
Raw Normal View History

2013-08-03 23:58:35 +00:00
# Template file for 'glances'
pkgname=glances
2013-12-17 17:46:16 +00:00
version=1.7.3
2013-08-03 23:58:35 +00:00
revision=1
noarch=yes
create_srcdir=yes
2013-08-03 23:58:35 +00:00
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
2013-12-17 17:46:16 +00:00
checksum="03a5c8193fd3c91b8249c2501bc612008fa81861c14f82464a10b45d08c4ca4f"
2013-08-03 23:58:35 +00:00
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
depends="python python-psutil ${makedepends}"
pycompile_module="glances"
2013-08-03 23:58:35 +00: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"