opt/rust-bin/Pkgfile
2019-05-25 20:57:53 +10:00

15 lines
369 B
Plaintext

# Description: The Rust language with Cargo included (binary edition).
# URL: http://www.rust-lang.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: llvm python3
# Optional: sccache
name=rust-bin
version=1.34.2
release=2
source=(https://crux.ster.zone/downloads/rust/rust-$version.r$release-crux-3.5-bin.tar.xz)
build() {
cp -a $SRC/usr $PKG/
}