summaryrefslogtreecommitdiff
path: root/libportal/Pkgfile
blob: a7e6c434e2e8af12424e528652069e7d008ed3c8 (plain)
    1 # Description: libportal provides GIO-style async APIs for most Flatpak portals.
    2 # URL: https://github.com/flatpak/libportal
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: glib
    5 
    6 name=libportal
    7 version=0.4
    8 release=1
    9 source=(https://github.com/flatpak/libportal/releases/download/$version/$name-$version.tar.xz)
   10 
   11 build() {
   12   meson setup $name-$version build \
   13     --prefix=/usr \
   14     --buildtype=plain \
   15     -D gtk_doc=false \
   16     -D b_ndebug=true
   17   meson compile -C build
   18   DESTDIR=$PKG meson install -C build
   19 }

Generated by cgit