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