void-packages/srcpkgs/glances/template

22 lines
642 B
Text
Raw Normal View History

2013-08-03 23:58:35 +00:00
# Template file for 'glances'
pkgname=glances
2013-11-10 09:13:56 +00:00
version=1.7.2
2013-08-03 23:58:35 +00:00
revision=1
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
2013-11-10 09:13:56 +00:00
checksum="9bf0b615d546b7ad11d0588cf3e675472612d448fa3acd3ad28f6e1cae20bdf0"
2013-08-03 23:58:35 +00:00
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
maintainer="Steven R <strob AT styez DOT com>"
homepage="https://github.com/nicolargo/glances"
license="LGPL3"
short_desc="Cross-platform curses-based monitoring tool written in Python."
glances_package() {
noarch="yes"
2013-08-30 17:20:14 +00:00
depends="python python-psutil ${makedepends}"
2013-08-03 23:58:35 +00:00
pycompile_module="glances"
pkg_install() {
vmove all
}
}