opt/rust-bin/Pkgfile
2019-03-27 21:28:24 +11:00

15 lines
350 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.33.0
release=1
source=(https://crux.ster.zone/downloads/rust/rust-$version-bin.tar.xz)
build() {
cp -a $SRC/usr $PKG/
}