1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="MBIM modem protocol helper library"
7 url="https://www.freedesktop.org/wiki/Software/libmbim/"
10 depends=(glib2 bash systemd)
11 makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion)
12 provides=(libmbim-glib.so)
13 _commit=7f1c7907c4654ba5c619a635cef5475ca161d027 # tags/1.28.4^0
14 source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit")
19 git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
27 arch-meson libmbim build -D gtk_doc=true
28 meson compile -C build
32 meson test -C build --print-errorlogs
36 meson install -C build --destdir "$pkgdir"
39 # vim:set sw=2 sts=-1 et: