Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions srcpkgs/juliaup/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'juliaup'
pkgname=juliaup
version=1.8.16
revision=1
archs="x86_64* i686 aarch64"
build_style=cargo
short_desc="Julia installer and version multiplexer"
maintainer="Bryce Vandegrift <bryce@brycevandegrift.xyz>"
license="MIT"
homepage="https://github.com/JuliaLang/juliaup"
distfiles="https://github.com/JuliaLang/juliaup/archive/refs/tags/v${version}.tar.gz"
checksum=99b0d62b589c8a330fffaa2252b8e4251124bfd59077f0789a6a456d3b1ae81a

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
make_check=no
fi

post_install() {
vlicense LICENSE
}