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