🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738394041424344
pkgname: libqmi
pkgver: '1.38.0'
pkgrel: '1'
pkgdesc: 'GLib-based library for talking to WWAN modems and devices (QMI) protocol.'
url: 'https://www.freedesktop.org/software/libqmi/'
arch: x86_64
license:
- GPL2
depends: []
makedepends:
- meson
- ninja
- python
- glib
- libgudev
- libmbim
- 'bash-completion'
- 'perl-locale-gettext'
- 'libqrtr-glib'
- help2man
source:
- 'https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
mkdir build
cd build
meson setup .. \
--prefix=/usr \
-Dgtk_doc=false
ninja
DESTDIR=${PKGDIR} ninja install
install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true