opt/rust-bin/Pkgfile

15 lines
359 B
Plaintext
Raw Normal View History

# 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
2019-05-18 13:47:40 +02:00
version=1.34.2
release=1
2019-05-18 18:19:14 +02:00
source=(https://crux.ster.zone/downloads/rust/rust-$version-crux-3.5-bin.tar.xz)
build() {
cp -a $SRC/usr $PKG/
}