1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
6 pkgdesc="Utilities and demos to work with UPnP"
7 url="https://wiki.gnome.org/Projects/GUPnP"
10 depends=(gtksourceview4 gupnp gupnp-av)
11 makedepends=(meson git)
13 _commit=8886f95134d95e49d859512fc0c2c62ed63a72b2 # tags/gupnp-tools-0.12.0^0
14 source=("git+https://gitlab.gnome.org/GNOME/gupnp-tools.git#commit=$_commit")
19 git describe --tags | sed 's/^gupnp-tools-//;s/[^-]*-g/r&/;s/-/+/g'
23 arch-meson $pkgname build
24 meson compile -C build
28 meson test -C build --print-errorlogs
32 meson install -C build --destdir "$pkgdir"
35 # vim:set sw=2 sts=-1 et: