Merge branch 'gitoxide-port' into 'master'

Add gitoxide recipe

See merge request redox-os/cookbook!277
This commit is contained in:
Jeremy Soller 2023-05-01 12:59:53 +00:00
commit 94eda8be84

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