summaryrefslogtreecommitdiff
path: root/testing/d-spy/APKBUILD
blob: 2caf589ffe92c539997fabd2c97df34884c58dac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=d-spy
pkgver=1.2.1
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 desktop-file-utils 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 --print-errorlogs -C output
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}

sha512sums="
ed3ce73e3dfd3bdfd3f4ebf7d44810609a51f6f3b337db48aa6808cbcafe6632c19fa0031d69fd029a07a0d76c74d35415344057a437b8d4433b2b75cae4baa5  d-spy-1.2.1.tar.gz
"