redox/recipes/wip/dev/cargo-audit/recipe.toml
2024-02-10 11:04:05 +00:00

15 lines
312 B
TOML

#TODO camino crate error (after a patch on the ring crate)
[source]
git = "https://github.com/rustsec/rustsec"
[build]
template = "custom"
dependencies = [
"openssl1",
"libssh2",
]
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo_packages cargo-audit
"""