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"
21 provides=(libdspy-1.so)
23 _commit=9268a01e3fcc7d15c617f4bb57f2fe213bb4d078 # tags/1.6.0^0
24 source=("git+https://gitlab.gnome.org/GNOME/d-spy.git#commit=$_commit")
29 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
33 arch-meson d-spy build
34 meson compile -C build
38 meson test -C build --print-errorlogs
42 meson install -C build --destdir "$pkgdir"
45 # vim:set sw=2 sts=-1 et: