mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
13 lines
285 B
TOML
13 lines
285 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
git = "https://github.com/wolfSSL/wolfssl"
|
|
rev = "37884f864d6fd9b04f44677cb04da15d0c9d6526"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
|
./autogen.sh
|
|
COOKBOOK_CONFIGURE="./configure"
|
|
cookbook_configure
|
|
"""
|