Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : rustup | name : rustup | ||||
| version : 1.19.0 | version : 1.20.1 | ||||
| release : 6 | release : 8 | ||||
| source : | source : | ||||
| - https://github.com/rust-lang/rustup.rs/archive/1.19.0.tar.gz : b5b2c1c369e44f0c6529169f0c4e680c257a13d220b643a31686033fff2a5983 | - https://github.com/rust-lang/rustup.rs/archive/1.20.1.tar.gz : f93caf7a856a25f5d10bdcfa6bdebe5bbea686140f2a9d40278c933fe2efaa0c | ||||
| license : | license : | ||||
| - Apache-2.0 | - Apache-2.0 | ||||
| - MIT | - MIT | ||||
| component : programming.tools | component : programming.tools | ||||
| summary : The Rust toolchain installer. | summary : The Rust toolchain installer. | ||||
| description: | | description: | | ||||
| The Rust toolchain installer. | The Rust toolchain installer. | ||||
| builddeps : | builddeps : | ||||
| - cargo | - cargo | ||||
| - curl | - curl | ||||
| conflicts : | conflicts : | ||||
| - rust | - rust | ||||
| - cargo | - cargo | ||||
| networking : yes | networking : yes | ||||
| build : | | build : | | ||||
| cargo build --release --features no-self-update | cargo build --release --features no-self-update | ||||
| install : | | install : | | ||||
| install -Dm00755 target/release/rustup-init $installdir/usr/bin/rustup | install -Dm00755 target/release/rustup-init $installdir/usr/bin/rustup | ||||
| binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-gdbui' 'rust-lldb') | binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-gdbui' 'rust-lldb') | ||||
| for link in "${binlinks[@]}"; do | for link in "${binlinks[@]}"; do | ||||
| ln -s /usr/bin/rustup $installdir/usr/bin/$link | ln -s /usr/bin/rustup $installdir/usr/bin/$link | ||||
| done | done | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.