mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
juliaup: update to 1.17.11.
This commit is contained in:
parent
187f554799
commit
26b8254d40
1 changed files with 7 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'juliaup'
|
# Template file for 'juliaup'
|
||||||
pkgname=juliaup
|
pkgname=juliaup
|
||||||
version=1.8.16
|
version=1.17.11
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686 aarch64"
|
archs="x86_64* i686 aarch64"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
build_helper="qemu"
|
||||||
short_desc="Julia installer and version multiplexer"
|
short_desc="Julia installer and version multiplexer"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/JuliaLang/juliaup"
|
homepage="https://github.com/JuliaLang/juliaup"
|
||||||
distfiles="https://github.com/JuliaLang/juliaup/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/JuliaLang/juliaup/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=99b0d62b589c8a330fffaa2252b8e4251124bfd59077f0789a6a456d3b1ae81a
|
checksum=2b3b88695b3cce2b79e70cabf2291f70306729baee6a939eb160b60449030e67
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
|
if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
|
||||||
# command_add test fails, doesn't seem to be able to launch the downloaded julia in the test
|
# command_add test fails, doesn't seem to be able to launch the downloaded julia in the test
|
||||||
|
@ -17,5 +18,9 @@ if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
for sh in bash fish zsh; do
|
||||||
|
vtargetrun ${DESTDIR}/usr/bin/${pkgname} completions $sh > completions.$sh
|
||||||
|
vcompletion completions.$sh $sh
|
||||||
|
done
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue