Skip to content
Snippets Groups Projects
recipe.toml 262 B
#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
"""