1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Qualcomm IPC Router protocol helper library"
7 url="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib"
11 makedepends=(gtk-doc meson git gobject-introspection)
12 provides=(libqrtr-glib.so)
14 _commit=8991f0e93713ebf4da48ae4f23940ead42f64c8c # tags/1.2.2^0
15 source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git#commit=$_commit")
20 git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
28 arch-meson libqrtr-glib build
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 meson install -C build --destdir "$pkgdir"