redox/recipes/wip/authoscope/recipe.toml
2023-11-30 18:13:53 +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
"""