From 2d51946283f96e789b8922d9baa755272e6f4709 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sat, 7 Mar 2020 09:02:54 +0100 Subject: community/libportal: move from community --- community/libportal/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/libportal/APKBUILD (limited to 'community/libportal/APKBUILD') diff --git a/community/libportal/APKBUILD b/community/libportal/APKBUILD new file mode 100644 index 0000000000..8bbc301f50 --- /dev/null +++ b/community/libportal/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: TBK +# Maintainer: Rasmus Thomsen +pkgname=libportal +pkgver=0.3 +pkgrel=0 +pkgdesc="GIO-style async APIs for most Flatpak portals" +url="https://github.com/flatpak/libportal" +arch="all" +license="GPL-2.0-or-later" +makedepends="meson glib-dev gtk-doc" +subpackages="$pkgname-dev $pkgname-doc" +source="$pkgname-$pkgver.tar.gz::https://github.com/flatpak/libportal/archive/$pkgver.tar.gz" + +build() { + meson \ + --prefix=/usr \ + --buildtype=plain \ + . output + ninja -C output +} + +check() { + meson test -C output +} + +package() { + DESTDIR="$pkgdir" ninja -C output install +} +sha512sums="eb62d786a9988a39b39d6238bbd420642e7bfc6b879952b6dac8aa407b81ec05ff01f0afda039e385ffa4794905d28edfb37bb77340f67625e252622c7ab2472 libportal-0.3.tar.gz" -- cgit v1.2.3