void-packages/srcpkgs/rust-sccache/template
icp 3d9b772dec
rust-sccache: update to 0.9.1.
Closes: #54009 [via git-merge-pr]
2025-02-17 22:44:07 -05:00

22 lines
832 B
Bash

# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.9.1
revision=1
build_style=cargo
make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
--skip test_ldd_parse_v2_30 --skip test_rlib_dep_reader_call
--skip cache_hit_rate --skip log_no_perm --skip rust_cargo"
hostmakedepends="pkg-config"
makedepends="openssl-devel libzstd-devel"
short_desc="Sccache is a ccache-like tool"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="Apache-2.0"
homepage="https://crates.io/crates/sccache"
changelog="https://github.com/mozilla/sccache/releases"
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
checksum=6a6ae999f98433b9ee71d30e4bfbcb40062d360d76e8ac0cc3d489e934f02d0b
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;
*) broken="ftbfs in ring" ;;
esac