opt/rust-bin/Pkgfile
2019-05-18 22:55:07 +10:00

21 lines
526 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
<<<<<<< HEAD
version=1.34.1
release=2
source=(https://crux.ster.zone/downloads/rust/rust-$version-crux-3.5-bin.tar.xz)
=======
version=1.34.2
release=1
source=(https://crux.ster.zone/downloads/rust/rust-$version-bin.tar.xz)
>>>>>>> c99a8bf7d9228ba38997f5bbe37fe50e9fe04e43
build() {
cp -a $SRC/usr $PKG/
}