mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +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'
|
# Template file for 'conduit'
|
||||||
pkgname=conduit
|
pkgname=conduit
|
||||||
version=0.10.4
|
version=0.10.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="clang pkg-config"
|
hostmakedepends="clang pkg-config"
|
||||||
|
@ -10,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=54a13c46cd68213ebd9c919ec64548e60ab2cd03eff3bede98c19019f3e75736
|
checksum=acf3f7e86505897eeff760eae569ef1c979325e0f2e16413c09262eb94f2568c
|
||||||
|
|
||||||
system_accounts="_conduit"
|
system_accounts="_conduit"
|
||||||
_conduit_homedir="/var/lib/conduit"
|
_conduit_homedir="/var/lib/conduit"
|
||||||
|
@ -22,6 +22,14 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
||||||
fi
|
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() {
|
post_install() {
|
||||||
vsconf conduit-example.toml conduit.toml
|
vsconf conduit-example.toml conduit.toml
|
||||||
vsv conduit
|
vsv conduit
|
||||||
|
|
Loading…
Add table
Reference in a new issue