# libssh2 1.11.1 → libssh2.a (C, autotools). Lib base SSH: ssh2-sys (git tools, scp/sftp). # De-Alpinizada: compiler=gcc, configure-split, crypto vía openssl del corpus, estático. name = "libssh2" version = "1.11.1" [source] tarball = "https://www.libssh2.org/download/libssh2-1.11.1.tar.gz" sha256 = "d9ec76cbe34db98eec3539fe2c899d26b0c837cb3eb466a56b0f109cabf658f7" [build] compiler = "gcc" target = "x86_64-linux-musl" link = "static" flags = [] [build.phases] configure = './configure --build=$CBUILD --host=$CHOST --prefix=/usr --disable-shared --enable-static --with-crypto=openssl --disable-examples-build' compile = 'make' install = 'make DESTDIR=/out install' [deps] build = ["openssl", "zlib"]