mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Merge branch 'gitoxide-port' into 'master'
Add gitoxide recipe See merge request redox-os/cookbook!277
This commit is contained in:
commit
94eda8be84
14
recipes/gitoxide/recipe.toml
Normal file
14
recipes/gitoxide/recipe.toml
Normal 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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user