redox/recipes/wip/tools/dog-dns/recipe.toml
2025-07-03 07:11:21 -03: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
"""