# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=gnome-software-plugin-apk pkgver=0.8.2 pkgrel=1 pkgdesc="APK plugin for GNOME Software" url="https://github.com/Cogitri/gnome-software-plugin-apk" arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # apk-polkit-rs license="GPL-2.0-or-later" makedepends="meson gnome-software-dev gnome-software-static apk-polkit-rs-dev" options="!check" # no tests source="$pkgname-$pkgver.tar.gz::https://github.com/Cogitri/gnome-software-plugin-apk/archive/v$pkgver.tar.gz gnome-software-deps.patch" # We can't depend on gnome-software-plugin-apk directly in gnome-software # since that causes a circular dep: # gnome-software -> gnome-software-plugin-apk -> gnome-software-dev case "$CARCH" in x86_64|armv7|armhf|aarch64|x86|ppc64le) install_if="gnome-software" ;; esac build() { abuild-meson . output meson compile ${JOBS:+-j ${JOBS}} -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums="45e1f790dc7c6652b54c6f75b34aa485d33b3be2499cb997e3c8c6417bb403669d99d67cc91be71caa1d5ce537672bf25a75b517882168bee89c0c540fcdb651 gnome-software-plugin-apk-0.8.2.tar.gz 15894937b543f353803700e8c1eaaf2965c9de2e8ada439f2204834f9ba92471a8ca476d3a380e57e2966062514f1b6278f76819831d9fa2d4852ecbefa2a47c gnome-software-deps.patch"