opt/rust-bin/Pkgfile
2020-03-27 18:21:54 +11:00

17 lines
451 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
# Optional: sccache
name=rust-bin
version=1.42.0
release=2
source=(https://crux.ster.zone/downloads/rust/rust-$version-$release-crux-3.5-bin.tar.xz)
build() {
cp -a $SRC/usr $PKG/
find $PKG -name 'README.md' -exec rm '{}' \+
find $PKG -type d -exec chmod g-s+x '{}' \+
}