blob: 60edde45fdd184296261334ac1fa84a9d57f238e (
plain)
1 # Description: The Rust language with Cargo included (binary edition).
2 # URL: http://www.rust-lang.org/
3 # Maintainer: Danny Rawlins, crux at romster dot me
4 # Depends on: llvm python3
5 # Optional: sccache
6
7 name=rust-bin
8 version=1.33.0
9 release=1
10 source=(https://crux.ster.zone/downloads/rust/rust-$version-bin.tar.xz)
11
12 build() {
13 cp -a $SRC/usr $PKG/
14 }
|