typst-lsp: broken for now on i686

This commit is contained in:
classabbyamp 2023-06-09 22:15:28 -04:00
parent 89fec79b49
commit 9205cf7b68
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5

View File

@ -10,6 +10,10 @@ homepage="https://github.com/nvarner/typst-lsp"
distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz"
checksum=99a6143118fb8dc40f7b69a0a4d1b02f4ef9a06e8606f73ff0d5c1100e9e999d
if [ "$XBPS_TARGET_MACHINE" = i686 ]; then
broken="cargo needs to dynlink libgit2, broken on builders: https://build.voidlinux.org/builders/i686_builder/builds/43240"
fi
post_install() {
vlicense LICENSE-MIT.txt
}