1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Library of utility functions that are used by the higher level dLeyna"
7 url="https://github.com/phako/dleyna-core"
11 makedepends=(git meson)
12 _commit=6fb250b19f774a7fb908e85926ec1c3a011e81d7 # tags/v0.7.0^0
13 source=("git+https://github.com/phako/dleyna-core#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"