From 560f78c3f7c85cd19ac932f7a4bd49fa73dd6f40 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 30 May 2023 20:11:12 +0200 Subject: [PATCH] libssh2: update to 1.11.0 --- srcpkgs/libssh2/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libssh2/template b/srcpkgs/libssh2/template index 456e4cc4547b..7758ded1286c 100644 --- a/srcpkgs/libssh2/template +++ b/srcpkgs/libssh2/template @@ -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="-DRUN_DOCKER_TESTS=OFF" makedepends="zlib-devel openssl-devel" short_desc="Library implementing the SSH2 protocol" maintainer="Orphaned " 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 } }