void-packages/srcpkgs/rust-sccache/template
2019-06-14 02:30:53 +02:00

18 lines
570 B
Bash

# Template file for 'rust-sccache'
pkgname=rust-sccache
version=0.2.8
revision=2
wrksrc="${pkgname/rust-/}-${version}"
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
short_desc="Sccache is a ccache-like tool"
maintainer="Rasmus Thomsen <oss@cogitri.dev>"
license="Apache-2.0"
homepage="https://crates.io/crates/sccache"
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
checksum=c1e914cab6496ac4ea3ef9e52b2a14661edd313ae3ecad8ce52f3a254aafcc1a
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="ftbfs in ring" ;;
esac