mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
helix: update to 24.07
This commit is contained in:
parent
c2825d7e7e
commit
4770c1a6d7
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'helix'
|
# Template file for 'helix'
|
||||||
pkgname=helix
|
pkgname=helix
|
||||||
version=24.03
|
version=24.07
|
||||||
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=c59a5988f066c2ab90132e03a0e6b35b3dd89f48d3d78bf0ec81bd7d88c7677e
|
checksum=44d9eb113a54a80a2891ac6374c74bcd2bce63d317f1e1c69c286a6fc919922c
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) ;;
|
ppc64*) ;;
|
||||||
|
@ -31,6 +31,7 @@ post_install() {
|
||||||
vcompletion contrib/completion/hx.${shell} ${shell} hx
|
vcompletion contrib/completion/hx.${shell} ${shell} hx
|
||||||
done
|
done
|
||||||
|
|
||||||
|
vinstall contrib/Helix.appdata.xml 644 usr/share/metainfo
|
||||||
vinstall contrib/Helix.desktop 644 usr/share/applications
|
vinstall contrib/Helix.desktop 644 usr/share/applications
|
||||||
vinstall contrib/helix.png 644 usr/share/icons/hicolor/128x128/apps
|
vinstall contrib/helix.png 644 usr/share/icons/hicolor/128x128/apps
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue