20 lines
701 B
Bash
20 lines
701 B
Bash
# Template file for 'glances'
|
|
pkgname=glances
|
|
version=3.4.0.5
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-psutil python3-defusedxml python3-packaging python3-ultrajson"
|
|
checkdepends="$depends"
|
|
short_desc="Cross-platform curses-based monitoring tool"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://nicolargo.github.io/glances/"
|
|
changelog="https://raw.githubusercontent.com/nicolargo/glances/develop/NEWS.rst"
|
|
distfiles="https://github.com/nicolargo/glances/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=420c394cb3f2dfd476d812adb88006d699c595fc75702b7fde075073a57050cd
|
|
|
|
post_install() {
|
|
vsconf conf/glances.conf
|
|
}
|