conduit: update to 0.10.6.

This commit is contained in:
Joel Beckmeyer 2025-07-09 09:00:32 -04:00 committed by Duncan Overbruck
parent 683faf5caa
commit e777a503cb

View file

@ -1,6 +1,6 @@
# Template file for 'conduit'
pkgname=conduit
version=0.10.4
version=0.10.6
revision=1
build_style=cargo
hostmakedepends="clang pkg-config"
@ -10,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=54a13c46cd68213ebd9c919ec64548e60ab2cd03eff3bede98c19019f3e75736
checksum=acf3f7e86505897eeff760eae569ef1c979325e0f2e16413c09262eb94f2568c
system_accounts="_conduit"
_conduit_homedir="/var/lib/conduit"
@ -22,6 +22,14 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
XBPS_CROSS_RUSTFLAGS+=" -latomic"
fi
# copied from srcpkgs/oniux/template
# aws-lc-sys only ships pre-generated files for certain architectures
case "${XBPS_TARGET_MACHINE}" in
armv[67]l*)
hostmakedepends+=" cmake rust-bindgen"
;;
esac
post_install() {
vsconf conduit-example.toml conduit.toml
vsv conduit