rust-bin: initial import, binary version of rust

This commit is contained in:
Danny Rawlins 2019-03-07 22:31:01 +11:00
parent f6afbc5b47
commit b28177ffd8
4 changed files with 2913 additions and 0 deletions

2892
rust-bin/.footprint Normal file

File diff suppressed because it is too large Load Diff

1
rust-bin/.nostrip Normal file
View File

@ -0,0 +1 @@
.*\.rlib

5
rust-bin/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TUsan/YlzIvoAI/8PUsb9asQMpa6wn5QLgzYTNL2A36nNtsoTkTmX8kyEIkQmjj7ii0Zcj3fFCCwLi5d5NH/gI=
SHA256 (Pkgfile) = c7bbf3955c0a8d8b52fff30a5c4486618c672da20a24c514638d8fe335255e52
SHA256 (.footprint) = b48e8d58d99d9dd7893e84342ad2a761a870d8797800e41101b03902558de522
SHA256 (rust-1.32.0-bin.tar.xz) = 7a02cac729b3143514b2ccf937e475857b2253da01df85523bcdfda5c2b96b30

15
rust-bin/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# 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
version=1.32.0
release=1
source=(https://crux.ster.zone/downloads/rust/rust-$version-bin.tar.xz)
build() {
cp -a $SRC/usr $PKG/
}