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-08-30 17:20:14 +00:00
version=1.7.1
2013-08-03 23:58:35 +00:00
revision=1
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
2013-08-30 17:20:14 +00:00
checksum="a681883dd6add6371e987bac2b2bbb2959f873283d833ec2e6f2e1e3707a5e3c"
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
}
}