blob: 62cb60eee46dce99891c9d1749b26b31d6ef5238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
pkgbase = glances-git
pkgdesc = CLI curses-based monitoring tool
pkgver = 4.0.7.r0.gb1b8ea6
pkgrel = 1
url = https://github.com/nicolargo/glances
arch = any
license = LGPL-3.0-or-later
makedepends = git
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-defusedxml
depends = python-future
depends = python-packaging
depends = python-orjson
depends = python-psutil
depends = python-ujson
depends = python-pydantic
optdepends = hddtemp: HDD temperature monitoring support
optdepends = python-docker: for the Docker monitoring support
optdepends = python-fastapi: for WebUI / RestFull API
optdepends = python-jinja: for WebUI / RestFull API
optdepends = python-matplotlib: for graphical/chart support
optdepends = python-netifaces: for the IP plugin
optdepends = python-prometheus_client: for the Prometheus export module
optdepends = python-pystache: templating engine
optdepends = python-zeroconf: for the autodiscover mode
optdepends = uvicorn: for WebUI / RestFull API
provides = glances
conflicts = glances
source = glances-git::git+https://github.com/nicolargo/glances.git#branch=master
source = glances.service
sha512sums = SKIP
sha512sums = 49f0d185a37a5c5837e5beb463770c943ede40b2f1b8405e338129e897e97d9fc58373a8586fabc506266e6343cfea3c91b9787ac6832cc97a1ab63d6ad058d4
pkgname = glances-git
|