From 376c9fb38b29dc34cb20fc7d035ddaaf899ad212 Mon Sep 17 00:00:00 2001 From: Bryce Vandegrift Date: Tue, 16 May 2023 18:22:00 -0400 Subject: [PATCH] New package: juliaup-1.8.16 --- srcpkgs/juliaup/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/juliaup/template diff --git a/srcpkgs/juliaup/template b/srcpkgs/juliaup/template new file mode 100644 index 000000000000..3f718e4692d8 --- /dev/null +++ b/srcpkgs/juliaup/template @@ -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 " +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 +}