# Maintainer: Dylan Van Assche # Contributor: Dylan Van Assche pkgname=feedbackd-device-themes pkgver=0.1.0 pkgrel=0 pkgdesc="Feedbackd device themes for different devices" url="https://source.puri.sm/Librem5/feedbackd-device-themes" arch="all" license="GPL-3.0-or-later" makedepends="meson json-glib-dev" source="https://storage.puri.sm/releases/feedbackd-device-themes/feedbackd-device-themes-$pkgver.tar.xz" build() { abuild-meson . output } check() { meson test --no-rebuild --print-errorlogs -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums=" bbcd3c6db9a02c50fedb9c50671594f19c368e9f0d631934a2b157c75e9a309aef0e841f64a8ac41d564e9b02b3be7fa95b48ab3aed5bcfbf9b81db6625f2798 feedbackd-device-themes-0.1.0.tar.xz "