mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-17 00:38:43 +08:00
10 lines
197 B
TOML
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
|
|
"""
|