feat(libssh2): dynamic

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh 2025-02-09 18:50:33 +11:00
parent 5902050250
commit c19cb76085
No known key found for this signature in database
GPG Key ID: 80E0357347554B89

View File

@ -1,10 +1,22 @@
[source]
tar = "https://www.libssh2.org/download/libssh2-1.10.0.tar.gz"
blake3 = "2447216ce82c1d22301456bb02f60dfb6688f1461417b90f900c099a87f1292f"
patches = []
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
dependencies = [
"openssl1"
template = "custom"
dependencies = ["openssl1"]
script = """
DYNAMIC_INIT
cookbook_configure
"""
[package]
shared-deps = [
"libgcc",
"openssl1"
]