blob: 4bffe5edf1df793094cc99faf8a6b91ea8afc993 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = metetch
pkgdesc = Fast system information display utility with modular customizable features
pkgver = 0.5.3
pkgrel = 1
url = https://github.com/techoraye/metetch
arch = x86_64
license = MIT
makedepends = cmake
makedepends = gcc
makedepends = make
depends = ncurses
depends = curl
optdepends = lm_sensors: for temperature monitoring
optdepends = mesa: for GPU information
source = https://github.com/techoraye/metetch/archive/refs/tags/v$pkgver.tar.gz
sha256sums = SKIP
pkgname = metetch
|