opt/rust-bin/Pkgfile

16 lines
431 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-05-08 10:07:22 +02:00
# Depends on: compiler-rt
# Optional: sccache
name=rust-bin
2021-12-05 09:48:54 +01:00
version=1.57.0
2021-10-26 16:01:14 +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() {
2021-03-27 10:55:30 +01:00
cp -a $SRC/usr $SRC/etc $PKG/
mv $PKG/etc/revdep.d/rust $PKG/etc/revdep.d/rust-bin
}