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-06-18 16:52:38 +02:00
|
|
|
revision=2
|
|
|
|
noarch="yes"
|
2014-01-24 19:44:18 +01:00
|
|
|
build_style="python-module"
|
2014-01-01 16:10:11 +01:00
|
|
|
pycompile_module="glances"
|
2014-06-18 16:52:38 +02:00
|
|
|
hostmakedepends="python-devel python-setuptools python-psutil"
|
2014-02-22 23:34:47 +01:00
|
|
|
makedepends="${hostmakedepends}"
|
2014-06-18 16:52:38 +02:00
|
|
|
depends="${makedepends/python-devel/}"
|
2014-02-22 23:34:47 +01:00
|
|
|
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-06-18 16:52:38 +02:00
|
|
|
short_desc="Cross-platform curses-based monitoring tool written in Python2"
|
2014-06-18 16:53:54 +02:00
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
git clone -b v${version} git://github.com/nicolargo/glances ${pkgname}-${version}
|
|
|
|
}
|