mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
libgit2: update to 0.28.4
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
9ceaec9a9f
commit
7f83052122
1 changed files with 8 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'libgit2'
|
# Template file for 'libgit2'
|
||||||
pkgname=libgit2
|
pkgname=libgit2
|
||||||
version=0.28.3
|
version=0.28.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DTHREADSAFE=ON"
|
configure_args="-DTHREADSAFE=ON"
|
||||||
hostmakedepends="python git pkg-config"
|
hostmakedepends="python3 git pkg-config"
|
||||||
makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel libuv-devel"
|
makedepends="zlib-devel libressl-devel http-parser-devel libssh2-devel libuv-devel"
|
||||||
short_desc="Git linkable library"
|
short_desc="Git linkable library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later WITH GCC-exception-2.0"
|
license="custom:GPL-2.0-or-later WITH GCC-exception-2.0"
|
||||||
homepage="https://libgit2.org"
|
homepage="https://libgit2.org"
|
||||||
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
|
distfiles="https://github.com/libgit2/libgit2/archive/v${version}.tar.gz"
|
||||||
checksum=ee5344730fe11ce7c86646e19c2d257757be293f5a567548d398fb3af8b8e53b
|
checksum=30f3877469d09f2e4a21be933b4e2800560d16646028dd800744dc5f7fb0c749
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl)
|
*-musl)
|
||||||
|
@ -20,6 +20,10 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
libgit2-devel_package() {
|
libgit2-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue