mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
zellij: update to 0.43.0
This commit is contained in:
parent
fb7674045d
commit
3837c61e88
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'zellij'
|
||||
pkgname=zellij
|
||||
version=0.42.2
|
||||
version=0.43.0
|
||||
revision=1
|
||||
# Wasmtime runtime only supports the following archs: x86_64, arm64
|
||||
# https://docs.wasmtime.dev/stability-tiers.html#unsupported-features-and-platforms
|
||||
archs="x86_64* aarch64*"
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
configure_args="--no-default-features --features=plugins_from_target"
|
||||
configure_args="--no-default-features --features=plugins_from_target,web_server_capability"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libcurl-devel"
|
||||
makedepends="libcurl-devel sqlite-devel"
|
||||
checkdepends="libssh2-devel"
|
||||
short_desc="Terminal workspace with batteries included"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
|
@ -17,7 +17,7 @@ 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=f1cd4b36775dd367b839e394b54e91042b0cd0f2b9e0901b1dec8517ff3929c0
|
||||
checksum=fd1cb54df0453f7f1340bb293a2682bbeacbd307156aab919acdf715e36b6ee1
|
||||
make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue