redox/recipes/wip/wolfssl5/recipe.toml
2023-11-30 18:13:53 +00:00

10 lines
197 B
TOML

#TODO not compiled or tested
[source]
tar = "https://github.com/wolfSSL/wolfssl/archive/refs/tags/v5.6.4-stable.tar.gz"
[build]
template = "custom"
script = """
./autogen.sh
cookbook_configure
"""