mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
conduit: update to 0.7.0.
This commit is contained in:
parent
7f4f668e5e
commit
03aaa458dc
1 changed files with 4 additions and 7 deletions
|
@ -1,9 +1,7 @@
|
||||||
# Template file for 'conduit'
|
# Template file for 'conduit'
|
||||||
pkgname=conduit
|
pkgname=conduit
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
# needs ring/rustls
|
|
||||||
archs="x86_64* i686* aarch64* armv[67]*"
|
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="clang pkg-config"
|
hostmakedepends="clang pkg-config"
|
||||||
makedepends="libzstd-devel"
|
makedepends="libzstd-devel"
|
||||||
|
@ -12,7 +10,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://conduit.rs/"
|
homepage="https://conduit.rs/"
|
||||||
distfiles="https://gitlab.com/famedly/conduit/-/archive/v${version}/conduit-v${version}.tar.gz"
|
distfiles="https://gitlab.com/famedly/conduit/-/archive/v${version}/conduit-v${version}.tar.gz"
|
||||||
checksum=b722fb4f12ada5f965472b634dfa6a837aae03ff6712c210cdd292302bbb1259
|
checksum=9ddb0ae91ad0399593bc7e8d1f63af3c42463589af2d61e108fe383ba05bf831
|
||||||
|
|
||||||
system_accounts="_conduit"
|
system_accounts="_conduit"
|
||||||
_conduit_homedir="/var/lib/conduit"
|
_conduit_homedir="/var/lib/conduit"
|
||||||
|
@ -20,9 +18,8 @@ _conduit_homedir="/var/lib/conduit"
|
||||||
make_dirs="/var/lib/conduit 0700 _conduit _conduit
|
make_dirs="/var/lib/conduit 0700 _conduit _conduit
|
||||||
/etc/conduit 755 _conduit _conduit"
|
/etc/conduit 755 _conduit _conduit"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
# doctests fail on x86_64 -> i686 chroot, so run everything *but* them
|
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
||||||
make_check_args+=" --lib --bins --tests --benches --examples"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue