mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
29 lines
517 B
YAML
29 lines
517 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 run --release -- -y
|
||
|
mkdir -p "{{ prefix }}"/bin
|
||
|
mv ~/.cargo/bin/rustup "{{ prefix }}"/bin
|
||
|
env:
|
||
|
RUSTUP_INIT_SKIP_PATH_CHECK: yes
|
||
|
|
||
|
provides:
|
||
|
- bin/rustup
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
rustup --version
|