39 lines
966 B
Plaintext

# Contributor: mekyt <hello@mek.yt>
# Maintainer: mekyt <hello@mek.yt>
pkgname=resources
pkgver=1.7.1
pkgrel=0
pkgdesc="Powerful monitor for your system resources and processes"
url="https://github.com/nokyan/resources"
license="GPL-2.0-or-later"
# https://github.com/jasonwhite/syscalls?tab=readme-ov-file#architecture-support
arch="aarch64 armhf x86 x86_64 riscv64"
makedepends="
glib-dev
gtk4.0-dev
libadwaita-dev
meson
cargo
ninja
desktop-file-utils
appstream-glib
"
subpackages="$pkgname-lang"
source="
$pkgname-$pkgver.tar.gz::https://github.com/nokyan/resources/archive/refs/tags/v$pkgver.tar.gz
"
options="!check" # no test suite
build() {
abuild-meson -Dprofile=default . output
meson compile -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
c0fa6a2acb51f093d9afc6ec5c4981719df40ed1497b5177ccc95219804d047681a92ca053f5a0f9c3795470157281e1188c52365201ced21df947715838f849 resources-1.7.1.tar.gz
"