22 lines
635 B
Bash
22 lines
635 B
Bash
# Template file for 'glances'
|
|
pkgname=glances
|
|
version=2.7.1
|
|
revision=2
|
|
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=afdfdb4b14ae514422c4a882788800473c6cff53719266735c9a2af400c14b86
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
vsconf ${wrksrc}/conf/glances.conf
|
|
}
|