# Template file for 'glances' pkgname=glances version=1.7.2 revision=1 distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz" checksum="9bf0b615d546b7ad11d0588cf3e675472612d448fa3acd3ad28f6e1cae20bdf0" build_style=python-module hostmakedepends="python-devel" makedepends="python-distribute" maintainer="Steven R " homepage="https://github.com/nicolargo/glances" license="LGPL3" short_desc="Cross-platform curses-based monitoring tool written in Python." glances_package() { noarch="yes" depends="python python-psutil ${makedepends}" pycompile_module="glances" pkg_install() { vmove all } }