pkgname: libportal pkgver: '0.10.0' pkgrel: '1' pkgdesc: 'provides GIO-style async APIs for most Flatpak portals.' url: 'https://github.com/flatpak/libportal' arch: x86_64 license: - GPL3 depends: [] makedepends: - meson - ninja - glib - 'gtk-doc' - vala - 'gobject-introspection' - gtk3 - gtk4 - qtbase - qtx11extras source: - 'https://github.com/flatpak/libportal/releases/download/${pkgver}/libportal-${pkgver}.tar.xz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver} mkdir build cd build meson setup .. \ --prefix=/usr \ -Ddocs=false ninja DESTDIR=${PKGDIR} ninja install install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING package: | true