From 0a07b65a0c1d67f87966d2e01382191bf021377d Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Mon, 15 Oct 2018 21:52:21 +0200 Subject: [PATCH] ion: mark as broken on aarch64-musl --- srcpkgs/ion/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ion/template b/srcpkgs/ion/template index 53e924551e1..54d8a42700b 100644 --- a/srcpkgs/ion/template +++ b/srcpkgs/ion/template @@ -10,7 +10,11 @@ license="MIT" nostrip="yes" # Stripping binaries doesn't work in ARM, Remove once fixed. homepage="https://github.com/redox-os/ion" distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz" -checksum="7c7f696060a82669cb9c73cf0ec1d07d4ffefbfd54fc60acad0179ca3f46716d" +checksum=7c7f696060a82669cb9c73cf0ec1d07d4ffefbfd54fc60acad0179ca3f46716d + +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/14113/steps/shell_3/logs/stdio" +esac post_install() { vlicense LICENSE