aports/testing/capnet-assist/APKBUILD
Sertonix 6bd45b53fb */*: remove --no-rebuild from meson test
meson 1.7.0 and later don't include test build targets in the default
build target. With --no-rebuild the test targets aren't build at all.
Removing --no-rebuild shouldn't cause any false rebuilds since the files
aren't changed between the build() and check() step.

Fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/16891
Ref https://github.com/mesonbuild/meson/pull/10413
2025-05-09 20:48:14 +00:00

37 lines
880 B
Text

# Contributor: Angelo Verlain <hey@vixalien.com>
maintainer="Angelo Verlain <hey@vixalien.com>"
pkgname=capnet-assist
pkgver=8.0.0
pkgrel=0
pkgdesc="Captive Portal Assistant for elementary OS"
url="https://github.com/elementary/capnet-assist"
arch="all"
license="GPL-3.0-or-later"
makedepends="
granite7-dev
gcr4-dev
gtk4.0-dev
libadwaita-dev
meson
vala
webkit2gtk-6.0-dev
"
subpackages="$pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/elementary/capnet-assist/archive/refs/tags/$pkgver.tar.gz"
build() {
abuild-meson . output
meson compile -C output
}
check() {
meson test --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
14027f0f345b3819b1a8952c12aa997aeab675ea8c3069041d1f4f16a8928f424057ffb0ab9740b34a055c7da2fb195178a5ea8fc6899df82159eb3c7e268a66 capnet-assist-8.0.0.tar.gz
"