zellij: update to 0.39.0

This commit is contained in:
Marcin Puc 2023-11-07 10:33:26 +01:00 committed by classabbyamp
parent f42ce471f0
commit 8718bdf708

View File

@ -1,21 +1,23 @@
# Template file for 'zellij'
pkgname=zellij
version=0.38.2
version=0.39.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
archs="x86_64* aarch64* i686*"
# Wasmer runtime only supports the following archs: x86_64, arm64
# https://docs.wasmer.io/runtime/features#backend-support-by-chipset
# https://github.com/wasmerio/wasmer/issues/4244#issuecomment-1751365804
archs="x86_64* aarch64*"
build_style=cargo
build_helper=qemu
hostmakedepends="mandown"
checkdepends="libssh2-devel pkg-config"
hostmakedepends="mandown pkg-config"
makedepends="libcurl-devel"
checkdepends="libssh2-devel"
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=18e8ae9fa2ad995af5f6c64b3c0713143d260cdc6c1a978831313bfaf305ad5e
checksum=dee3c677eb4545d302895e1c0020f7da9aba8b154927c6ff215b59aec4fbec9f
make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
post_install() {