20 lines
701 B
Bash
20 lines
701 B
Bash
# Template file for 'glances'
|
|
pkgname=glances
|
|
version=3.3.1.1
|
|
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=450c604ddfe05398ec88bd237648c7d851ad3c537b5f785eccafab4e9789c235
|
|
|
|
post_install() {
|
|
vsconf conf/glances.conf
|
|
}
|