master
/ miniconda3 / lib / pkgconfig / libssh2.pc

libssh2.pc @74036c5

41a0142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
###########################################################################
# libssh2 installation details
###########################################################################

prefix=/home/jovyan/work/miniconda3
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: libssh2
URL: https://www.libssh2.org/
Description: The SSH library
Version: 1.10.0
Requires.private: libssl,libcrypto
Libs: -L${libdir} -lssh2 
Libs.private: 
Cflags: -I${includedir}