Add a recipe

This commit is contained in:
Ribbon 2024-06-08 19:20:42 +00:00
parent 1ac55f1c70
commit 4e9ef6e1f4

View 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"
"""