20 lines
692 B
Bash
20 lines
692 B
Bash
# Template file for 'glances'
|
|
pkgname=glances
|
|
version=3.2.7
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-future python3-psutil python3-defusedxml python3-packaging"
|
|
checkdepends="$depends"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
|
|
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
|
|
checksum=8eee819667b39e20f8ba3881dbe5c148146baf2da880a78e5ed184a8f790abd0
|
|
|
|
post_install() {
|
|
vsconf conf/glances.conf
|
|
}
|