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
|
2014-01-01 15:10:11 +00:00
|
|
|
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"
|
2014-01-01 15:10:11 +00:00
|
|
|
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"
|
2014-01-01 15:10:11 +00:00
|
|
|
short_desc="Cross-platform curses-based monitoring tool written in Python"
|