New package: sccache-0.2.10
This commit is contained in:
parent
2a5ae5991d
commit
7f58417690
1 changed files with 18 additions and 0 deletions
18
srcpkgs/sccache/template
Normal file
18
srcpkgs/sccache/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue