diff --git a/srcpkgs/conduit/template b/srcpkgs/conduit/template index 38e5dc7aeb5..133a77ec1ea 100644 --- a/srcpkgs/conduit/template +++ b/srcpkgs/conduit/template @@ -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 " 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