mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 16:39:00 +08:00
421fabcc78
* [libssh] disable gssapi as it is not supported in the .pc file and thus breaks some dependencies such as ffmpeg * [libssh] x-add-version
25 lines
624 B
Plaintext
25 lines
624 B
Plaintext
Source: libssh
|
|
Version: 0.9.5
|
|
Port-Version: 4
|
|
Homepage: https://www.libssh.org/
|
|
Build-Depends: libssh[core,mbedtls] (android)
|
|
Description: libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side
|
|
Default-Features: crypto
|
|
Supports: !(uwp | arm)
|
|
|
|
Feature: crypto
|
|
Build-Depends: libssh[mbedtls]
|
|
Description: Default crypto backend
|
|
|
|
Feature: mbedtls
|
|
Build-Depends: mbedtls[pthreads] (!android), mbedtls[core]
|
|
Description: Crypto support (mbedTLS)
|
|
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: Crypto support (OpenSSL)
|
|
|
|
Feature: zlib
|
|
Description: libssh with zlib
|
|
Build-Depends: zlib
|