Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
[build]
type = "autotools"
[build.flags]
configure = [ "--disable-docker-tests", "--with-crypto=openssl" ]
build_32 = true
configure-lib32 = [ "--disable-docker-tests", "--with-crypto=openssl" ]
[dependencies]
runtime = [
"openssl",
"zlib-ng",
]
[dependencies.lib32]
runtime = [
"lib32-openssl",
"lib32-zlib-ng",
]
[package]
description = "library implementing the SSH2 protocol as defined by Internet Drafts"
homepage = "https://www.libssh2.org/"
license = "BSD-3-Clause"
name = "libssh2"
version = "1.11.1"
[[source]]
extract_dir = "$name-$version"
sha256 = "9954cb54c4f548198a7cbebad248bdc87dd64bd26185708a294b2b50771e3769"
url = "https://libssh2.org/download/libssh2-$version.tar.xz"