libgit2-1.8: switch from libssh2 to openssh

This commit is contained in:
tranzystorekk 2024-12-11 22:48:07 +01:00
parent 8bb0255d59
commit d0e8fe192e

View file

@ -1,11 +1,12 @@
# Template file for 'libgit2-1.8'
pkgname=libgit2-1.8
version=1.8.4
revision=1
revision=2
build_style=cmake
configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DBUILD_CLI=OFF -DUSE_SSH=ON -DUSE_HTTP_PARSER=llhttp"
configure_args="-DENABLE_REPRODUCIBLE_BUILDS=ON -DBUILD_CLI=OFF -DUSE_SSH=exec -DUSE_HTTP_PARSER=llhttp"
hostmakedepends="python3 pkg-config"
makedepends="zlib-devel openssl-devel llhttp-devel libssh2-devel"
makedepends="zlib-devel openssl-devel llhttp-devel"
depends=openssh
short_desc="Git linkable library ${pkgname#libgit2-}"
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
license="GPL-2.0-only WITH GCC-exception-2.0"