redox/recipes/wip/security/authoscope/recipe.toml
2024-02-16 22:53:58 +00:00

14 lines
266 B
TOML

#TODO funty crate version deleted by the owner
[source]
git = "https://github.com/kpcyrd/authoscope"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo
"""