From 4d3ae8091deec951e5896d03d06279cec8b9ff71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pola=C5=84ski?= Date: Thu, 7 Apr 2022 00:30:01 +0200 Subject: [PATCH] testing/d-spy: new aport Like d-feet, but written in C and blisteringly fast https://gitlab.gnome.org/GNOME/d-spy --- testing/d-spy/APKBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/d-spy/APKBUILD diff --git a/testing/d-spy/APKBUILD b/testing/d-spy/APKBUILD new file mode 100644 index 00000000000..ebca7102f96 --- /dev/null +++ b/testing/d-spy/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: Michał Polański +# Maintainer: Michał Polański +pkgname=d-spy +pkgver=1.2.0 +pkgrel=0 +pkgdesc="Like d-feet, but written in C and blisteringly fast" +url="https://gitlab.gnome.org/GNOME/d-spy" +license="GPL-3.0-or-later" +arch="all !s390x !riscv64" # limited by gtk4.0 and libadwaita +makedepends="meson glib-dev gtk4.0-dev libadwaita-dev" +subpackages="$pkgname-dev" +source="https://gitlab.gnome.org/GNOME/d-spy/-/archive/$pkgver/d-spy-$pkgver.tar.gz" +options="!check" # no test suite + +build() { + abuild-meson . output + meson compile ${JOBS:+-j ${JOBS}} -C output +} + +check() { + meson test --no-rebuild -v -C output +} + +package() { + DESTDIR="$pkgdir" meson install --no-rebuild -C output +} + +sha512sums=" +591c84108077e16173a8ee473dc3ba395db0275aadc2d33a0261bb6ccf9fffc685a0fcdbeb5ccbb9e4f221ecc2129e2878387328bdce4e67fe4891cfcd40df62 d-spy-1.2.0.tar.gz +"