pkgname: libxmlb pkgver: '0.3.29' pkgrel: '1' pkgdesc: 'The libxmlb package contains a library and a tool which help create and query binary XML blobs.' url: 'https://github.com/hughsie/libxmlb' arch: x86_64 license: - 'LGPL2.1' depends: [] makedepends: - meson - 'gobject-introspection' - 'gtk-doc' source: - 'https://github.com/hughsie/libxmlb/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build meson setup .. \ --prefix=/usr \ -Dgtkdoc=false ninja DESTDIR=${PKGDIR} ninja install install -Dm644 ../LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE package: | true