name : sccache version : 0.8.1 release : 10 source : - https://github.com/mozilla/sccache/archive/refs/tags/v0.8.1.tar.gz : 30b951b49246d5ca7d614e5712215cb5f39509d6f899641f511fb19036b5c4e5 homepage : https://github.com/mozilla/sccache license : Apache-2.0 component : programming.tools summary : ccache with cloud storage for C/C++/Rust description: | sccache is a ccache-like compiler caching tool. It is used as a compiler wrapper and avoids compilation when possible, storing cached results either on local disk or in one of several cloud storage backends. It includes support for caching the compilation of C/C++ code, Rust, as well as NVIDIA's CUDA using nvcc. networking : yes builddeps : - pkgconfig(libzstd) - pkgconfig(openssl) - rust setup : | %cargo_fetch build : | # Build against system zstd export ZSTD_SYS_USE_PKG_CONFIG=1 %cargo_build --features all,native-zlib,dist-server install : | install -Dm00755 target/release/sccache{,-dist} -t $installdir/usr/bin