aports/testing/bionic_translation/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

38 lines
1 KiB
Text

maintainer="Bart Ribbers <bribbers@disroot.org>"
pkgname=bionic_translation
pkgver=0_git20250324
pkgrel=0
_commit="556344096e6e9b9aa62d03964e252ae0563e6fb3"
pkgdesc="A set of libraries for loading bionic-linked .so files on musl/glibc"
url="https://gitlab.com/android_translation_layer/bionic_translation"
arch="x86_64 aarch64 armv7 x86"
license="Apache-2.0"
makedepends="
elfutils-dev
libbsd-dev
libunwind-dev
mesa-dev
meson
samurai
"
subpackages="$pkgname-dev $pkgname-dbg"
source="https://gitlab.com/android_translation_layer/bionic_translation/-/archive/$_commit/bionic_translation-$_commit.tar.gz"
builddir="$srcdir/bionic_translation-$_commit"
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="
4105a6e0d1a6c9aa8de3248b903e4dc4b3ca13d845ccc9fe9f5338603682267efef43626379b890a555d055d640ded92fba92620507c65db746333b766556047 bionic_translation-556344096e6e9b9aa62d03964e252ae0563e6fb3.tar.gz
"