Revert "New package: sccache-0.2.10"

This reverts commit 7f58417690.
This commit is contained in:
Duncaen 2019-09-05 21:40:25 +02:00
parent 7f58417690
commit 86f3eb2253

View file

@ -1,18 +0,0 @@
# Template file for 'sccache'
pkgname=sccache
version=0.2.10
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
short_desc="ccache with cloud storage and rust"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/mozilla/sccache"
distfiles="https://github.com/mozilla/sccache/archive/${version}.tar.gz"
checksum=e55813d2ca01ebf5704973bb5765a6b3bdf2d6f563be34441a278599579bb5e0
pre_build() {
cargo update --package openssl-sys --precise 0.9.49
cargo update --package openssl:0.10.15 --precise 0.10.24
}