vcpkg/ports/libssh/CONTROL
JonLiu1993 97e85bbaa6
[libssh] Update to 0.9.5 (#13522)
* [libssh] Update to 0.9.5

* Update profile.cmake

* Update portfile.cmake

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-09-27 18:28:29 -07:00

23 lines
528 B
Plaintext

Source: libssh
Version: 0.9.5
Homepage: https://www.libssh.org/
Description: libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side
Default-Features: crypto
Supports: !uwp
Feature: crypto
Build-Depends: libssh[mbedtls]
Description: Default crypto backend
Feature: mbedtls
Build-Depends: mbedtls[pthreads]
Description: Crypto support (mbedTLS)
Feature: openssl
Build-Depends: openssl
Description: Crypto support (OpenSSL)
Feature: zlib
Description: libssh with zlib
Build-Depends: zlib