gitoxide recipe

This commit is contained in:
Ron Williams 2023-05-01 00:16:37 -07:00
parent a6b9cb2080
commit dedf07c26c

View File

@ -0,0 +1,14 @@
# [source]
# git = "https://github.com/Byron/gitoxide.git"
[build]
dependencies = [
"openssl",
]
template = "custom"
script = """
export OPENSSL_DIR=${COOKBOOK_ROOT}/recipes/openssl/target/${TARGET}/stage
export OPENSSL_STATIC="true"
cookbook_cargo
"""