1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=gnome-system-monitor
7 pkgdesc="View current processes and monitor system state"
8 url="https://wiki.gnome.org/Apps/SystemMonitor"
26 _commit=e75e0f8b3162daa1f66664e4531bc717b092c164 # tags/44.0^0
27 source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit")
32 git describe --tags | sed '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: