mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+julialang.org/juliaup (#3753)
This commit is contained in:
parent
b0babf6b46
commit
d8781880a0
27
projects/julialang.org/juliaup/package.yml
Normal file
27
projects/julialang.org/juliaup/package.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
distributable:
|
||||
strip-components: 1
|
||||
url: https://github.com/JuliaLang/juliaup/archive/refs/tags/v{{version.raw}}.tar.gz
|
||||
|
||||
versions:
|
||||
github: JuliaLang/juliaup/tags
|
||||
strip: /v/
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: ^1.61
|
||||
rust-lang.org/cargo: ^0
|
||||
env:
|
||||
RUSTFLAGS:
|
||||
# Ignore warnings (to focus on errors)
|
||||
- -A warnings
|
||||
# Reduce build size by excluding debug symbols.
|
||||
- -C debuginfo=0
|
||||
script: |
|
||||
cargo install --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script: |
|
||||
test "$(juliaup --version)" = "Juliaup {{version.raw}}"
|
||||
|
||||
provides:
|
||||
- bin/juliaup
|
Loading…
Reference in a new issue