2025-02-06 21:13:05 -05:00

23 lines
756 B
Bash

# Template file for 'glances'
pkgname=glances
version=4.3.0.8
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-psutil python3-defusedxml python3-packaging python3-orjson
python3-pydantic"
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=aba3cf2e8a16cac37119d687b1a8d8689b60d5ae815e9ef336a66352d811562e
post_install() {
vsconf conf/glances.conf
vman docs/man/glances.1
}