1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Library to discover, browse and manipulate Digital Media Servers"
7 url="https://github.com/phako/dleyna-server"
10 depends=(dleyna-connector-dbus gupnp-av gupnp-dlna libsoup)
11 makedepends=(git meson)
12 _commit=48c54e14f14a89b65c85fc210cfb6debc60d5606 # tags/v0.7.2^0
13 source=("git+https://github.com/phako/dleyna-server#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"