mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
25 lines
453 B
YAML
25 lines
453 B
YAML
|
distributable:
|
||
|
url: https://github.com/rust-lang/rustup/archive/{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: rust-lang/rustup/tags
|
||
|
|
||
|
dependencies:
|
||
|
curl.se: '*'
|
||
|
openssl.org: ^1
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
rust-lang.org/cargo: '*'
|
||
|
freedesktop.org/pkg-config: ^0.29
|
||
|
script:
|
||
|
cargo install --features no-self-update --locked --path . --root {{prefix}}
|
||
|
|
||
|
provides:
|
||
|
- bin/rustup-init
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
rustup-init --version
|