rust-bin: dropped

This commit is contained in:
Tim Biermann 2022-08-11 20:41:21 +02:00
parent a9df0cd71d
commit 0447221549
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 2072 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/V1olGuXZBt8VW3sdGzgw/SBEqQcDtN0FKAZOQSBx5/ujcIZRCxiYmjLPR/215kz0/czlahWs5jtdhD0DHP+KQs=
SHA256 (Pkgfile) = c9c455db2d0ba870787a20ad48630dbb83d76438ef6a16f021f8448a525e19c4
SHA256 (.footprint) = 4d98fd09af3d694970f0d8cb39c5e7c85668f99106fe19fe795fc2e73eb44bb8
SHA256 (rust-1.60.0-1-crux-3.6-bin.tar.xz) = 08d4e74ff2eb789a6a4ed8564ee93881ce2641fc5645dbe588943fa09c021852

View File

@ -1,15 +0,0 @@
# Description: The Rust language with Cargo included (binary edition).
# URL: https://www.rust-lang.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: compiler-rt
# Optional: sccache
name=rust-bin
version=1.60.0
release=1
source=(https://crux.ster.zone/downloads/rust/rust-$version-$release-crux-3.6-bin.tar.xz)
build() {
cp -a $SRC/usr $SRC/etc $PKG/
mv $PKG/etc/revdep.d/rust $PKG/etc/revdep.d/rust-bin
}