mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
1bcc221dc7
* +rustup-init * rustup-init: add curl and openssl for linux * rustup-init: moved to rust-lang.org/rustup-init --------- Co-authored-by: Adheesh Wadkar <wadheesh@amazon.com>
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
|