21 lines
593 B
Bash
21 lines
593 B
Bash
# Template file for 'glances'
|
|
pkgname=glances
|
|
version=2.11.1
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="Glances-${version}"
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="${hostmakedepends} python-psutil"
|
|
pycompile_module="glances"
|
|
short_desc="Cross-platform curses-based monitoring tool"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/nicolargo/glances"
|
|
license="LGPL-3"
|
|
distfiles="${PYPI_SITE}/G/Glances/Glances-${version}.tar.gz"
|
|
checksum=b369d70835520ff7c4fad63958fcf5a09212d15a6c026131db6d0d3c20cdef5f
|
|
|
|
post_install() {
|
|
vsconf conf/glances.conf
|
|
}
|