blob: ccd60583867664a7ae9bd5b88131a357f2260196 (
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
|
pkgbase = climate
pkgdesc = Climate is the ultimate command line tool for Linux
pkgver = 0.3
pkgrel = 1
url = https://github.com/adtac/climate
install = climate.install
arch = any
license = GPLv3
optdepends = unzip: extracting zip files
optdepends = wget: retrieving files
optdepends = curl: making http requests
optdepends = dnsutils: provides dig command
optdepends = git: git support
optdepends = rar: extacting rar files
optdepends = python: running python scripts
optdepends = pip: installing python packages
optdepends = node: running node scripts
optdepends = fdupes: de-deplicating files
optdepends = sshfs: ssh filesystem support
optdepends = lm_sensors: read cpu temperatures, voltage, fans
optdepends = speedtest-cli: check networking speed
optdepends = gawk: gawk suport
optdepends = p7zip: extracting 7z files
source = https://github.com/adtac/climate/archive/v0.3.tar.gz
sha256sums = 3724f10e1cf5d900f0e2611e7377e212311031d810d93a6784ac8e2de7c1f866
pkgname = climate
|