redox/recipes/wip/tools/dog/recipe.toml
2024-02-15 09:47:49 +00:00

14 lines
262 B
TOML

#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/ogham/dog"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export OPENSSL_STATIC="true"
cookbook_cargo
"""