mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
28 lines
576 B
YAML
28 lines
576 B
YAML
|
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
|