mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Add pavao recipe
This commit is contained in:
parent
808c4a40d1
commit
d20e432ec7
14
recipes/wip/net/other/pavao/recipe.toml
Normal file
14
recipes/wip/net/other/pavao/recipe.toml
Normal file
@ -0,0 +1,14 @@
|
||||
#TODO: fails to link libcrypto.so
|
||||
[source]
|
||||
git = "https://github.com/jackpot51/pavao.git"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1"
|
||||
]
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
build_flags="${build_flags} --features vendored"
|
||||
cookbook_cargo_examples tree
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user