File size: 636 Bytes
4dd49b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ###########################################################################
# libssh2 installation details
#
# Copyright (C) The libssh2 project and its contributors.
# SPDX-License-Identifier: BSD-3-Clause
###########################################################################
prefix=/mnt/bn/bohanzhainas1/jiashuo/miniconda3
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: libssh2
URL: https://libssh2.org/
Description: Library for SSH-based communication
Version: 1.11.1
Requires:
Requires.private: libcrypto,zlib
Libs: -L${libdir} -lssh2
Libs.private: -lcrypto -lz
Cflags: -I${includedir}
|