2013-08-04 01:58:35 +02:00
|
|
|
# Template file for 'glances'
|
|
|
|
pkgname=glances
|
2014-06-15 11:23:39 +02:00
|
|
|
version=2.0
|
2014-04-18 16:57:37 +02:00
|
|
|
revision=1
|
2013-08-04 01:58:35 +02:00
|
|
|
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
|
2014-06-15 11:23:39 +02:00
|
|
|
checksum=e7c719af8676caaefa70adff1e5ef856c3c97791e3171608eded6d95350f9d94
|
2014-01-24 19:44:18 +01:00
|
|
|
build_style="python-module"
|
2014-01-01 16:10:11 +01:00
|
|
|
pycompile_module="glances"
|
2014-02-22 23:34:47 +01:00
|
|
|
hostmakedepends="python-devel python-distribute"
|
|
|
|
makedepends="${hostmakedepends}"
|
|
|
|
depends="python python-psutil python-distribute"
|
|
|
|
maintainer="Steven R <dev@styez.com>"
|
2013-08-04 01:58:35 +02:00
|
|
|
homepage="https://github.com/nicolargo/glances"
|
2014-02-22 23:34:47 +01:00
|
|
|
license="LGPL-3"
|
2014-01-01 16:10:11 +01:00
|
|
|
short_desc="Cross-platform curses-based monitoring tool written in Python"
|
2014-02-22 23:34:47 +01:00
|
|
|
|
|
|
|
noarch="yes"
|