New package: sccache-0.2.10

This commit is contained in:
Duncaen 2019-09-05 21:30:34 +02:00
parent 2a5ae5991d
commit 7f58417690

18
srcpkgs/sccache/template Normal file
View file

@ -0,0 +1,18 @@
# 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
}