mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gitoxide: update to 0.35.0
This commit is contained in:
parent
1a0ae5da0f
commit
bf75ab9ed6
1 changed files with 11 additions and 3 deletions
|
@ -1,19 +1,27 @@
|
||||||
# Template file for 'gitoxide'
|
# Template file for 'gitoxide'
|
||||||
pkgname=gitoxide
|
pkgname=gitoxide
|
||||||
version=0.32.0
|
version=0.35.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
build_helper=qemu
|
||||||
hostmakedepends="pkg-config cmake"
|
hostmakedepends="pkg-config cmake"
|
||||||
makedepends="zlib-devel openssl-devel"
|
makedepends="zlib-devel openssl-devel sqlite-devel"
|
||||||
short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
|
short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
homepage="https://github.com/Byron/gitoxide"
|
homepage="https://github.com/Byron/gitoxide"
|
||||||
changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
|
changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=5a17da0379254bd996fe1888de4104d551a41bdd8bd4b93034f9d0757382fa75
|
checksum=4f074b30830ff37da8ae9de11b0441addea9f1552f0fcac1fa6fb56435d5bbea
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
||||||
|
for _shell in bash fish zsh; do
|
||||||
|
vtargetrun ${DESTDIR}/usr/bin/ein completions -s ${_shell} > ein.${_shell}
|
||||||
|
vtargetrun ${DESTDIR}/usr/bin/gix completions -s ${_shell} > gix.${_shell}
|
||||||
|
vcompletion ein.${_shell} ${_shell} ein
|
||||||
|
vcompletion gix.${_shell} ${_shell} gix
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue