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

14 lines
278 B
TOML

#TODO camino crate error
[source]
git = "https://github.com/rust-secure-code/cargo-geiger"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo_packages cargo-geiger
"""