libssh2: update to 1.11.0

This commit is contained in:
Marcin Puc 2023-05-30 20:11:12 +02:00 committed by classabbyamp
parent 0a4141d2fc
commit f5839cc001

View file

@ -1,16 +1,16 @@
# Template file for 'libssh2'
pkgname=libssh2
version=1.10.0
version=1.11.0
revision=1
build_style=gnu-configure
configure_args="--with-libssl-prefix=${XBPS_CROSS_BASE}/usr"
build_style=cmake
configure_args="-DENABLE_ZLIB_COMPRESSION=ON -DRUN_DOCKER_TESTS=OFF"
makedepends="zlib-devel openssl-devel"
short_desc="Library implementing the SSH2 protocol"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://www.libssh2.org/"
distfiles="http://www.libssh2.org/download/${pkgname}-${version}.tar.gz"
checksum=2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51
checksum=3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461
post_install() {
vlicense COPYING LICENSE
@ -21,9 +21,11 @@ libssh2-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share
vmove usr/share/doc
vmove usr/share/man
}
}