aports/community/libqrtr-glib/APKBUILD
psykose 68cdd596d2
community/*: use meson test --print-errorlogs instead of -v
this is much less spammy in log output, as only actual errors are
printed instead of everything
2022-09-03 16:24:12 +02:00

29 lines
856 B
Plaintext

# Maintainer: Minecrell <minecrell@minecrell.net>
pkgname=libqrtr-glib
pkgver=1.2.2
pkgrel=0
pkgdesc="Qualcomm IPC Router protocol helper library"
url="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib"
arch="all"
license="LGPL-2.1-or-later"
makedepends="glib-dev gobject-introspection-dev gtk-doc linux-headers meson"
subpackages="$pkgname-dev $pkgname-doc"
source="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/archive/$pkgver/libqrtr-glib-$pkgver.tar.gz"
build() {
abuild-meson . output
meson compile -C output
}
check() {
meson test --no-rebuild --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
e420b9dd6eae355520aba00995196a8495dc5c6a7bbbbce259782506765fe41599f72933fc015a2695a8070ff102e23afd69c578dfdfc6a3c6eff8cb16e3f7e6 libqrtr-glib-1.2.2.tar.gz
"