redox/recipes/wip/libs/other/rustls-openssl-compat/recipe.toml
2024-06-26 03:59:18 +00:00

9 lines
195 B
TOML

#TODO missing script for GNU Make
[source]
git = "https://github.com/rustls/rustls-openssl-compat"
[build]
template = "custom"
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/rustls-libssl"
"""