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)
12 _commit=8886f95134d95e49d859512fc0c2c62ed63a72b2 # tags/gupnp-tools-0.12.0^0
13 source=("git+https://gitlab.gnome.org/GNOME/gupnp-tools.git#commit=$_commit")
18 git describe --tags | sed 's/^gupnp-tools-//;s/[^-]*-g/r&/;s/-/+/g'
22 arch-meson $pkgname build
23 meson compile -C build
27 meson test -C build --print-errorlogs
31 meson install -C build --destdir "$pkgdir"
34 # vim:set sw=2 sts=-1 et: