ports/contrib (3.7): sccache: -> 0.4.2
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 90285bb2cafdc673e3859e53c77267a39474b216 Author: Tim Biermann <tbier@posteo.de> Date: Tue May 23 18:25:49 2023 +0200 sccache: -> 0.4.2 diff --git a/sccache/.signature b/sccache/.signature index 4e6f261af..514c67936 100644 --- a/sccache/.signature +++ b/sccache/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37zITB02SB1/HY3tt81S3eSY2OSThKCvRptRNIBQj+m+i6ZPorDxFZG6LxywayiY2XkyshsXPqRw5MxIhSW3MgU= -SHA256 (Pkgfile) = 655c81aa23f801d3d763a920d074f7126ff5f8873551c7b0a1e44288208bb4ec +RWSagIOpLGJF3/KXFo+Az26ed8k9ZiuHugPNDuERdr3tnGaXqgLW9r0eN4lWMeYJ/wu4dAeZXH9X4wpwz9eZoFjPgDvOsEnDvgk= +SHA256 (Pkgfile) = 4a7854f3fe14af2500604e9f81d4e00f3c322cf0684eec0c50ebab9fec59e08d SHA256 (.footprint) = faf777b374273121eaa06a3f627d66169ce6db1948d7cd60994b641e88e88f09 SHA256 (sccache-v0.4.2.tar.gz) = 9e15676ca02e05cb8c5edc222101d2e0049ed3d12b38642830d35844672dbe81 diff --git a/sccache/Pkgfile b/sccache/Pkgfile index b8e564b88..837268296 100644 --- a/sccache/Pkgfile +++ b/sccache/Pkgfile @@ -1,6 +1,6 @@ # Description: Sccache is a ccache-like tool # URL: https://github.com/mozilla/sccache -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: rust name=sccache @@ -9,12 +9,12 @@ release=1 source=(https://github.com/mozilla/sccache/archive/v$version/$name-v$version.tar.gz) build() { - prt-get isinst sccache && export RUSTC_WRAPPER='/usr/bin/sccache' - mkdir "$PKGMK_SOURCE_DIR/rust" || true - export CARGO_HOME="$PKGMK_SOURCE_DIR/rust" + prt-get isinst sccache && export RUSTC_WRAPPER='/usr/bin/sccache' + mkdir "$PKGMK_SOURCE_DIR/rust" || true + export CARGO_HOME="$PKGMK_SOURCE_DIR/rust" - cargo build --manifest-path $name-$version/Cargo.toml --release \ - --features all --features native-zlib - cargo install --path $name-$version --root $PKG/usr --no-track \ - --features all --features native-zlib + cargo build --manifest-path $name-$version/Cargo.toml --release \ + --features all --features native-zlib + cargo install --path $name-$version --root $PKG/usr --no-track \ + --features all --features native-zlib }
participants (1)
-
crux@crux.nu