22 lines
627 B
Plaintext
22 lines
627 B
Plaintext
|
# Template file for 'glances'
|
||
|
pkgname=glances
|
||
|
version=1.6.1
|
||
|
revision=1
|
||
|
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
|
||
|
checksum="6da67b19e8508f6f93fb05536ba42b22355d3cb2637e34d21e056524f93d33a2"
|
||
|
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"
|
||
|
depends="python python-psutil"
|
||
|
pycompile_module="glances"
|
||
|
pkg_install() {
|
||
|
vmove all
|
||
|
}
|
||
|
}
|