opt/rust-bin/Pkgfile
2021-12-05 19:48:54 +11:00

16 lines
431 B
Plaintext

# Description: The Rust language with Cargo included (binary edition).
# URL: https://www.rust-lang.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: compiler-rt
# Optional: sccache
name=rust-bin
version=1.57.0
release=1
source=(https://crux.ster.zone/downloads/rust/rust-$version-$release-crux-3.6-bin.tar.xz)
build() {
cp -a $SRC/usr $SRC/etc $PKG/
mv $PKG/etc/revdep.d/rust $PKG/etc/revdep.d/rust-bin
}