mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
rust-sccache: use system libzstd
This commit is contained in:
parent
ad7f5bfd24
commit
00fc5830c2
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'rust-sccache'
|
# Template file for 'rust-sccache'
|
||||||
pkgname=rust-sccache
|
pkgname=rust-sccache
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
# 1. requires expensive extra feature 2. requires clang 3. requires libc
|
# 1. requires expensive extra feature 2. requires clang 3. requires libc
|
||||||
make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
|
make_check_args="-- --skip test_s3_invalid_args --skip test_sccache_command
|
||||||
--skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
|
--skip dist::pkg::toolchain_imp::test_ldd_parse_v2_30"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel libzstd-devel"
|
||||||
short_desc="Sccache is a ccache-like tool"
|
short_desc="Sccache is a ccache-like tool"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue