void-packages/srcpkgs/glances/template
2024-06-08 01:31:35 +00:00

20 lines
731 B
Bash

# Template file for 'glances'
pkgname=glances
version=4.0.7
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-psutil python3-defusedxml python3-packaging python3-ultrajson
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=b2a8e0febaf3c068075866a2779ba76d4bfa5ee778044593afcc577c05ba6f5d
post_install() {
vsconf conf/glances.conf
}