Skip to content

Commit

Permalink
New package: rust-sccache-dist-0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Logarithmus committed Mar 27, 2021
1 parent 0e64bae commit 2f87743
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions srcpkgs/rust-sccache-dist/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Template file for 'rust-sccache-dist'
pkgname=rust-sccache-dist
version=0.2.15
revision=1
archs="x86_64*"
wrksrc="${pkgname/rust-/}-${version}"
build_style=cargo
configure_args="--no-default-features --features dist-server"
hostmakedepends="pkgconf"
makedepends="openssl-devel"
checkdepends="cargo"
short_desc="Ccache-like tool for Rust, C/C++ & more - server for distributed builds"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="Apache-2.0"
homepage="https://crates.io/crates/sccache"
distfiles="https://static.crates.io/crates/sccache/sccache-${version}.crate"
checksum=cd1b19d56224beccdbf3fcc1fac1b21d58ddad64eed7fc1288db84d227bcebf7
make_check=extended

case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;
*) broken="ftbfs in ring" ;;
esac

0 comments on commit 2f87743

Please sign in to comment.