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="
6cf82764b488e2092769a96a5d98c1fcc4969e228053684eb7e4c66c6262f5cdaa4f8a771a38026a4b2ff539304432f271f6cea51ebf31d7f67b9465f47eebfc sccache-0.3.0.tar.gz
"