Add pavao recipe

This commit is contained in:
Jeremy Soller 2025-03-20 09:21:20 -06:00
parent 808c4a40d1
commit d20e432ec7
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

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