jujutsu: update to 0.26.0.

This commit is contained in:
Leah Neukirchen 2025-02-06 14:25:08 +01:00
parent a5012b3c20
commit 86695988ae

View file

@ -1,20 +1,20 @@
# Template file for 'jujutsu'
pkgname=jujutsu
version=0.25.0
revision=2
version=0.26.0
revision=1
build_style=cargo
build_helper=qemu
hostmakedepends="pkg-config"
makedepends="libgit2-1.8-devel openssl-devel libzstd-devel"
depends="openssh"
checkdepends="openssh"
checkdepends="openssh git"
short_desc="Git-compatible VCS that is both simple and powerful"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/martinvonz/jj"
changelog="https://github.com/martinvonz/jj/blob/main/CHANGELOG.md"
distfiles="https://github.com/martinvonz/jj/archive/refs/tags/v${version}.tar.gz"
checksum=3a99528539e414a3373f24eb46a0f153d4e52f7035bb06df47bd317a19912ea3
checksum=099eeb346f32a4968ebb8273566321eff2e6ca6a7de0c9dcfd7eee016b37cba1
conflicts="jj>=0"
do_install() {
@ -22,6 +22,8 @@ do_install() {
vbin $f
done
vtargetrun ${DESTDIR}/usr/bin/jj util install-man-pages ${DESTDIR}/usr/share/man
for _shell in bash fish zsh; do
COMPLETE=${_shell} vtargetrun ${DESTDIR}/usr/bin/jj > jj.${_shell}
sed -i -e "s:$DESTDIR::g" jj.${_shell}