1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 pkgname=dleyna-renderer
6 pkgdesc="Library to discover and manipulate Digital Media Renderers"
7 url="https://github.com/phako/dleyna-renderer"
10 depends=(dleyna-connector-dbus gupnp-av gupnp-dlna libsoup)
11 makedepends=(git meson docbook-xsl)
12 _commit=a6fb8c077aba1465d978174f91d17b3dcfc87cd4 # tags/v0.7.2^0
13 source=("git+https://github.com/phako/dleyna-renderer#commit=$_commit")
18 git describe --tags | sed 's/^v//;s/-/+/g'
26 arch-meson $pkgname build
27 meson compile -C build
31 meson test -C build --print-errorlogs
35 meson install -C build --destdir "$pkgdir"