gitoxide: update to 0.37.0

This commit is contained in:
tranzystorekk 2024-08-12 16:23:31 +02:00
parent f8cc2d9a85
commit b8725a6082
1 changed files with 8 additions and 4 deletions

View File

@ -1,18 +1,22 @@
# Template file for 'gitoxide'
pkgname=gitoxide
version=0.36.0
version=0.37.0
revision=1
build_style=cargo
build_helper=qemu
hostmakedepends="pkg-config cmake"
makedepends="zlib-devel openssl-devel sqlite-devel"
configure_args="
--no-default-features
--features max-control,gix-features/zlib-stock,gitoxide-core-blocking-client,http-client-curl
"
hostmakedepends="pkg-config"
makedepends="zlib-devel sqlite-devel libcurl-devel"
short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/Byron/gitoxide"
changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz"
checksum=36142c7388c68732a953fcfd9dcd609241b1d9a5d2fdb2e796e987b6b6872fa7
checksum=1bdc30bafdd3605d6e278aa5562f772a9732bb07ced9321ea31893b28f950c0a
post_install() {
vlicense LICENSE-APACHE