Skip to content

Commit

Permalink
Add rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Aug 9, 2023
1 parent 47af95a commit dbf7b61
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions projects/rust-lang.org/rustup/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
distributable:
url: https://github.com/rust-lang/rustup/archive/{{version}}.tar.gz
strip-components: 1

versions:
github: rust-lang/rustup/tags

build:
dependencies:
rust-lang.org/cargo: '*'
script:
cargo run --release

provides:
- bin/rustup

test:
script:
rustup --version

0 comments on commit dbf7b61

Please sign in to comment.