Alphan Ulusoy | 03d1114 | 2021-05-13 09:31:06 -0400 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||||
3 | // SPDX-License-Identifier: Apache-2.0 | ||||
4 | { | ||||
5 | name: "rustup", | ||||
6 | target_dir: "rustup", | ||||
7 | |||||
8 | upstream: { | ||||
9 | url: "https://github.com/rust-lang/rustup.git", | ||||
10 | rev: "master", | ||||
11 | }, | ||||
12 | |||||
13 | mapping: [ | ||||
14 | {from: 'rustup-init.sh', to: 'rustup-init.sh'}, | ||||
15 | ] | ||||
16 | } |