void-packages/srcpkgs/glances/template

21 lines
730 B
Bash

# Template file for 'glances'
pkgname=glances
version=4.1.2.1
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=879e0cc53d0765d6b23f2572ef9e36c58d7ca468a66b0f344f1dedc0a430283a
post_install() {
vsconf conf/glances.conf
}