helix: update to 23.10.

This commit is contained in:
Mohammed Anas 2023-10-25 19:12:11 +01:00 committed by classabbyamp
parent 976afe8c2b
commit ec4026eab6

View file

@ -1,7 +1,7 @@
# Template file for 'helix'
pkgname=helix
version=23.05
revision=2
version=23.10
revision=1
build_style=cargo
make_install_args="--path helix-term"
short_desc="Post-modern modal text editor"
@ -10,13 +10,18 @@ license="MPL-2.0"
homepage="https://helix-editor.com/"
changelog="https://raw.githubusercontent.com/helix-editor/helix/master/CHANGELOG.md"
distfiles="https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz"
checksum=c1ca69facde99d708175c686ce5bf3585e119e372c83e1c3dc1d562c7a8e3d87
checksum=4e7bcac200b1a15bc9f196bdfd161e4e448dc670359349ae14c18ccc512153e8
case "$XBPS_TARGET_MACHINE" in
ppc64*) ;;
ppc*) broken="no AtomicU64 in sync::atomic";;
esac
# Checks for Git to fetch tree-sitter grammars, even though they're already
# present in the tarball
# See https://github.com/helix-editor/helix/pull/7320
export PATH="$PATH:/usr/libexec/chroot-git"
post_install() {
rm runtime/grammars/.gitkeep
rm runtime/themes/README.md