mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add a recipe
This commit is contained in:
parent
1ac55f1c70
commit
4e9ef6e1f4
8
recipes/wip/libs/rustls-openssl-compat/recipe.toml
Normal file
8
recipes/wip/libs/rustls-openssl-compat/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#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"
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user