mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jujutsu: update to 0.26.0.
This commit is contained in:
parent
a5012b3c20
commit
86695988ae
1 changed files with 6 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'jujutsu'
|
# Template file for 'jujutsu'
|
||||||
pkgname=jujutsu
|
pkgname=jujutsu
|
||||||
version=0.25.0
|
version=0.26.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-1.8-devel openssl-devel libzstd-devel"
|
makedepends="libgit2-1.8-devel openssl-devel libzstd-devel"
|
||||||
depends="openssh"
|
depends="openssh"
|
||||||
checkdepends="openssh"
|
checkdepends="openssh git"
|
||||||
short_desc="Git-compatible VCS that is both simple and powerful"
|
short_desc="Git-compatible VCS that is both simple and powerful"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/martinvonz/jj"
|
homepage="https://github.com/martinvonz/jj"
|
||||||
changelog="https://github.com/martinvonz/jj/blob/main/CHANGELOG.md"
|
changelog="https://github.com/martinvonz/jj/blob/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/martinvonz/jj/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/martinvonz/jj/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=3a99528539e414a3373f24eb46a0f153d4e52f7035bb06df47bd317a19912ea3
|
checksum=099eeb346f32a4968ebb8273566321eff2e6ca6a7de0c9dcfd7eee016b37cba1
|
||||||
conflicts="jj>=0"
|
conflicts="jj>=0"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
@ -22,6 +22,8 @@ do_install() {
|
||||||
vbin $f
|
vbin $f
|
||||||
done
|
done
|
||||||
|
|
||||||
|
vtargetrun ${DESTDIR}/usr/bin/jj util install-man-pages ${DESTDIR}/usr/share/man
|
||||||
|
|
||||||
for _shell in bash fish zsh; do
|
for _shell in bash fish zsh; do
|
||||||
COMPLETE=${_shell} vtargetrun ${DESTDIR}/usr/bin/jj > jj.${_shell}
|
COMPLETE=${_shell} vtargetrun ${DESTDIR}/usr/bin/jj > jj.${_shell}
|
||||||
sed -i -e "s:$DESTDIR::g" jj.${_shell}
|
sed -i -e "s:$DESTDIR::g" jj.${_shell}
|
||||||
|
|
Loading…
Add table
Reference in a new issue