mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
conduit: update to 0.10.6.
This commit is contained in:
parent
683faf5caa
commit
e777a503cb
1 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue