void-packages/srcpkgs/rust-sccache/template
2025-05-26 15:06:17 -04:00

22 lines
833 B
Bash

# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.10.0
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=77727cb9a7b4e5cbc718811053088235d19e442079f43c01b77c8adfe818b40f
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;
*) broken="ftbfs in ring" ;;
esac