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
2021-01-03 02:36:23 +01:00
# Depends on: llvm
# Optional: sccache
name=rust-bin
2021-01-03 02:36:23 +01:00
version=1.49.0
2020-08-07 12:19:23 +02:00
release=1
2020-08-05 14:51:02 +02:00
source=(https://crux.ster.zone/downloads/rust/rust-$version-$release-crux-3.6-bin.tar.xz)
build() {
cp -a $SRC/usr $PKG/
}