mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
11 lines
210 B
Bash
11 lines
210 B
Bash
hostmakedepends+=" cargo"
|
|
|
|
if ! [[ "$pkgname" =~ ^cargo-auditable(-bootstrap)?$ ]]; then
|
|
hostmakedepends+=" cargo-auditable"
|
|
fi
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
makedepends+=" rust-std"
|
|
fi
|
|
|
|
build_helper+=" rust"
|