# Template file for 'glances' pkgname=glances version=2.0 revision=2 noarch="yes" build_style="python-module" pycompile_module="glances" hostmakedepends="git python-devel python-setuptools python-psutil" makedepends="${hostmakedepends}" depends="${makedepends/python-devel/}" maintainer="Steven R " homepage="https://github.com/nicolargo/glances" license="LGPL-3" short_desc="Cross-platform curses-based monitoring tool written in Python2" do_fetch() { git clone -b v${version} git://github.com/nicolargo/glances ${pkgname}-${version} }