1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="D-Bus debugger for GNOME"
7 url="https://gitlab.gnome.org/GNOME/d-spy"
10 depends=(gtk4 libadwaita)
11 makedepends=(git meson)
12 provides=(libdspy-1.so)
14 _commit=687dc766770a0938e72fd747308f13a460b5a76f # tags/1.4.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/d-spy.git#commit=$_commit")
20 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
24 arch-meson d-spy build
25 meson compile -C build
29 meson test -C build --print-errorlogs
33 meson install -C build --destdir "$pkgdir"
36 # vim:set sw=2 sts=-1 et: