19 lines
609 B
Bash
19 lines
609 B
Bash
# Template file for 'glances'
|
|
pkgname=glances
|
|
version=3.1.3
|
|
revision=2
|
|
archs=noarch
|
|
build_style=python3-module
|
|
pycompile_module="glances"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="${hostmakedepends} python3-future python3-psutil"
|
|
short_desc="Cross-platform curses-based monitoring tool"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/nicolargo/glances"
|
|
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
|
|
checksum=e3e8f9362b82c74427522e82501b47696945251035b35282f9ee4bc533996220
|
|
|
|
post_install() {
|
|
vsconf conf/glances.conf
|
|
}
|