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