mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
helix: update to 25.07.1
This commit is contained in:
parent
36206e0c6a
commit
fb6ace9c25
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'helix'
|
# Template file for 'helix'
|
||||||
pkgname=helix
|
pkgname=helix
|
||||||
version=25.01.1
|
version=25.07.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path helix-term"
|
make_install_args="--path helix-term"
|
||||||
|
@ -10,7 +10,7 @@ license="MPL-2.0"
|
||||||
homepage="https://helix-editor.com/"
|
homepage="https://helix-editor.com/"
|
||||||
changelog="https://raw.githubusercontent.com/helix-editor/helix/master/CHANGELOG.md"
|
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"
|
distfiles="https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz"
|
||||||
checksum=12508c4f5b9ae6342299bd40d281cd9582d3b51487bffe798f3889cb8f931609
|
checksum=2d0cf264ac77f8c25386a636e2b3a09a23dec555568cc9a5b2927f84322f544e
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) ;;
|
ppc64*) ;;
|
||||||
|
@ -24,6 +24,10 @@ export PATH="$PATH:/usr/libexec/chroot-git"
|
||||||
|
|
||||||
export HELIX_DEFAULT_RUNTIME=/usr/lib/helix/runtime
|
export HELIX_DEFAULT_RUNTIME=/usr/lib/helix/runtime
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
cargo update --package cc@1.2.29 --precise 1.2.14
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm runtime/grammars/.gitkeep
|
rm runtime/grammars/.gitkeep
|
||||||
rm runtime/themes/README.md
|
rm runtime/themes/README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue