blob: e284cffdfb49f94bca264efea4f218456dee063f (
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
|
pkgbase = machctrl
pkgdesc = Hardware Monitor and Optimizer for Linux — CPU, GPU, RAM, Fans, Temperature | Requires KDE Plasma or GNOME
pkgver = 2.0.2
pkgrel = 1
url = https://github.com/araujo791/machctrl
install = machctrl.install
arch = x86_64
license = MIT
makedepends = git
makedepends = nodejs
makedepends = npm
depends = python
depends = python-psutil
depends = python-websockets
depends = lm_sensors
depends = dmidecode
optdepends = nvidia-utils: suporte a GPU NVIDIA (fan control, temperatura)
optdepends = nvidia-settings: controle avançado de fan NVIDIA
provides = machctrl
conflicts = machctrl-git
conflicts = machctrl-bin
source = machctrl-2.0.2.tar.gz::https://github.com/araujo791/machctrl/archive/refs/heads/main.tar.gz
sha256sums = SKIP
pkgname = machctrl
|