opt/rust-bin/Pkgfile

15 lines
361 B
Plaintext
Raw Normal View History

# Description: The Rust language with Cargo included (binary edition).
2020-06-20 09:46:40 +02:00
# URL: https://www.rust-lang.org/
# Maintainer: Danny Rawlins, crux at romster dot me
2019-12-28 15:07:51 +01:00
# Depends on: llvm
# Optional: sccache
name=rust-bin
2020-10-10 05:45:52 +02:00
version=1.47.0
2020-08-07 12:19:23 +02:00
release=1
2019-08-21 15:06:45 +02:00
source=(https://crux.ster.zone/downloads/rust/rust-$version-$release-crux-3.5-bin.tar.xz)
build() {
cp -a $SRC/usr $PKG/
}