File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ inherit : [cmake]
2+
3+ metaEnvironment :
4+ PKG_VERSION : " 1.11.1"
5+ PKG_LICENSE : " BSD-3-Clause"
6+
7+ checkoutSCM :
8+ scm : url
9+ url : https://libssh2.org/download/libssh2-${PKG_VERSION}.tar.gz
10+ digestSHA256 : d9ec76cbe34db98eec3539fe2c899d26b0c837cb3eb466a56b0f109cabf658f7
11+ stripComponents : 1
12+
13+ depends :
14+ - libs::openssl-dev
15+ - use : []
16+ depends :
17+ - libs::openssl-tgt
18+
19+ buildScript : |
20+ cmakeBuild $1
21+
22+ multiPackage :
23+ dev :
24+ packageScript : |
25+ cmakePackageDev
26+ tgt :
27+ packageScript : |
28+ cmakePackageTgt
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ depends:
5656 - libs::libpng-tgt
5757 - libs::libseccomp-tgt
5858 - libs::libssh-tgt
59+ - libs::libssh2-tgt
5960 - libs::libtasn1-tgt
6061 - libs::libtirpc-tgt
6162 - libs::libunistring-tgt
You can’t perform that action at this time.
0 commit comments