1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="GIO-style async APIs for most Flatpak portals"
7 url="https://github.com/flatpak/libportal"
11 makedepends=(git meson gtk-doc)
12 _commit=f68764e288ede516d902b131cc4fadded3804059 # tags/0.4^0
13 source=("git+https://github.com/flatpak/libportal#commit=$_commit")
18 git describe --tags | sed -r 's/[^-]+-g[^-]+$/r&/;s/-/+/g'
26 arch-meson $pkgname build
27 meson compile -C build
31 meson test -C build --print-errorlogs
35 meson install -C build --destdir "$pkgdir"