From 38d8c644b4008868db345d1af8cc2e1064ebea9c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 1 Feb 2025 15:22:05 +0100 Subject: [PATCH] ghostty: mark broken for arm* --- srcpkgs/ghostty/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/ghostty/template b/srcpkgs/ghostty/template index 302976b8292..d726914da3a 100644 --- a/srcpkgs/ghostty/template +++ b/srcpkgs/ghostty/template @@ -20,6 +20,11 @@ homepage="https://ghostty.org/" distfiles="https://github.com/ghostty-org/ghostty/archive/refs/tags/v${version}.tar.gz" checksum=b499f3811416b9bdea0b26599f8147955ffa1da468129eb44bc45609c2775fb7 +case "${XBPS_TARGET_MACHINE}" in + armv*) broken="src/apprt/gtk/cgroup.zig:70:14: error: expected type 'usize', found 'u64'" ;; +esac + + post_install() { vlicense LICENSE rm -f ${DESTDIR}/usr/share/man/.placeholder