zellij: update to 0.33.0

This commit is contained in:
Marcin Puc 2022-11-10 12:14:51 +01:00 committed by Michal Vasilek
parent 509a876914
commit a3bb338247
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'zellij'
pkgname=zellij
version=0.32.0
version=0.33.0
revision=1
# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
@ -8,22 +8,22 @@ archs="x86_64* aarch64* i686*"
build_style=cargo
build_helper=qemu
hostmakedepends="mandown"
checkdepends="openssl-devel pkg-config"
checkdepends="libssh2-devel pkg-config"
short_desc="Terminal workspace with batteries included"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="MIT"
homepage="https://zellij.dev"
changelog="https://raw.githubusercontent.com/zellij-org/zellij/main/CHANGELOG.md"
distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
checksum=e81cfc94bc15faeb1cacaddcea20e6f8220e6d288b84dfdf221c17d4868de2c0
checksum=63eaf8ca0c1235389281e3ee5f599b810de3921d220e500cb35c46ec9b5125ff
make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
post_install() {
vdoc README.md
vlicense LICENSE.md
ZELLIJ="${DESTDIR}/usr/bin/zellij"
for shell in bash fish zsh; do
vtargetrun ${ZELLIJ} setup --generate-completion ${shell} > zellij.${shell}
vtargetrun "${DESTDIR}/usr/bin/zellij" setup --generate-completion ${shell} > zellij.${shell}
vcompletion zellij.${shell} ${shell}
done