mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
libgit2-1.8: switch from libssh2 to openssh
This commit is contained in:
parent
8bb0255d59
commit
d0e8fe192e
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue