rust-bin: clean up permissions

This commit is contained in:
Danny Rawlins 2019-08-21 23:06:45 +10:00
parent 6fb23a0983
commit b480b0a21e
3 changed files with 255 additions and 454 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/W5w1dGIaS531tGVIoFR6zEEU+tFwgqYS+zcok+j18BTLcitkCYrRcsiwu1tVjyQYWbVT9Pe2fHFi9BFgaVtwwY=
SHA256 (Pkgfile) = 2a375705a5f833a27fa5a3bb684d57fc3324e0b021f7f5c56ccc18f7df91a837
SHA256 (.footprint) = ece139a8866c742e725fb3232917e25a50e2e3ddafd94c82add27b5b77e468b2
SHA256 (rust-1.37.0-crux-3.5-bin.tar.xz) = 3fb1d438f1f049c1fe68246da73469614a35199a4bd2a818f29f52439a22757a
RWSE3ohX2g5d/elW4YO97jyFVxTvkG/8t2oPFu8ssCgO90Vw3Km2h87a18DZoeeiXxgwz+I6ouYwdphEFw4XFEnM1a9+hSJTIwc=
SHA256 (Pkgfile) = 5c1918515bfd177cda2cc16eff374bbbecc6a8060ced5b96c8c6df4174829d40
SHA256 (.footprint) = 74ef90fdd2984bb2350c2258a3d65169b9329a6f84aa30e01692d7e753028484
SHA256 (rust-1.37.0-2-crux-3.5-bin.tar.xz) = 1b7c375a03225cf6ad3806c0c6f76799fca652e064f6438d83aa6d1d17cda574

View File

@ -6,9 +6,10 @@
name=rust-bin
version=1.37.0
release=1
source=(https://crux.ster.zone/downloads/rust/rust-$version-crux-3.5-bin.tar.xz)
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 '{}' \+
}