1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Balló György <ballogyor+arch at gmail dot com>
7 pkgdesc="GNOME application to view information about use of system resources"
8 url="https://wiki.gnome.org/Apps/Usage"
27 'accountsservice: show user tags for processes'
28 'gamemode: show processes requesting game mode'
30 _commit=4745bb5e8f2a44a35cb410020dcf6e54e73bd6e1 # tags/3.38.1^0
31 source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit")
36 git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
40 arch-meson $pkgname build
41 meson compile -C build
45 meson test -C build --print-errorlogs
49 meson install -C build --destdir "$pkgdir"
52 # vim:set sw=2 sts=-1 et: