smlinux/base/sccache/sccache.SMBuild

30 lines
No EOL
747 B
Text
Executable file

app=sccache
version=0.3.0
build=1sml
homepage="https://github.com/mozilla/sccache"
download="https://github.com/mozilla/sccache/archive/refs/tags/v$version.tar.gz"
desc="Compile caching tool like ccache which can also cache rust objects"
requires="rust"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
cargo build \
--release \
--manifest-path Cargo.toml \
--features native-zlib
install -Dm 755 target/release/$app "$pkg/bin/$app"
cp LICENSE $pkgdocs/
mkfinalpkg
}
sha512sums="
5e2f49e9f96df71d14fc0c543ce783fe3065ac1932781b31cd3fc4000cbfd46b61066f0055f1aea45093611124515da238aeb8295c4ee9929c5bef2e5f4e2e38 sccache-0.3.0.tar.lz
"