mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
zellij: update to 0.42.2
This commit is contained in:
parent
0070145f74
commit
fe2fe3c04b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zellij'
|
# Template file for 'zellij'
|
||||||
pkgname=zellij
|
pkgname=zellij
|
||||||
version=0.42.1
|
version=0.42.2
|
||||||
revision=1
|
revision=1
|
||||||
# Wasmtime runtime only supports the following archs: x86_64, arm64
|
# Wasmtime runtime only supports the following archs: x86_64, arm64
|
||||||
# https://docs.wasmtime.dev/stability-tiers.html#unsupported-features-and-platforms
|
# https://docs.wasmtime.dev/stability-tiers.html#unsupported-features-and-platforms
|
||||||
|
@ -9,7 +9,7 @@ build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="--no-default-features --features=plugins_from_target"
|
configure_args="--no-default-features --features=plugins_from_target"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libcurl-devel libzstd-devel"
|
makedepends="libcurl-devel"
|
||||||
checkdepends="libssh2-devel"
|
checkdepends="libssh2-devel"
|
||||||
short_desc="Terminal workspace with batteries included"
|
short_desc="Terminal workspace with batteries included"
|
||||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
|
@ -17,7 +17,7 @@ license="MIT"
|
||||||
homepage="https://zellij.dev"
|
homepage="https://zellij.dev"
|
||||||
changelog="https://raw.githubusercontent.com/zellij-org/zellij/main/CHANGELOG.md"
|
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"
|
distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=e9516879483c1bb617a13e6278878883943c05f87bdc41fc02cc550a7b06c0b4
|
checksum=f1cd4b36775dd367b839e394b54e91042b0cd0f2b9e0901b1dec8517ff3929c0
|
||||||
make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
|
make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue