zellij: update to 0.39.0
This commit is contained in:
parent
f42ce471f0
commit
8718bdf708
@ -1,21 +1,23 @@
|
|||||||
# Template file for 'zellij'
|
# Template file for 'zellij'
|
||||||
pkgname=zellij
|
pkgname=zellij
|
||||||
version=0.38.2
|
version=0.39.0
|
||||||
revision=1
|
revision=1
|
||||||
# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
|
# Wasmer runtime only supports the following archs: x86_64, arm64
|
||||||
# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
|
# https://docs.wasmer.io/runtime/features#backend-support-by-chipset
|
||||||
archs="x86_64* aarch64* i686*"
|
# https://github.com/wasmerio/wasmer/issues/4244#issuecomment-1751365804
|
||||||
|
archs="x86_64* aarch64*"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="mandown"
|
hostmakedepends="mandown pkg-config"
|
||||||
checkdepends="libssh2-devel pkg-config"
|
makedepends="libcurl-devel"
|
||||||
|
checkdepends="libssh2-devel"
|
||||||
short_desc="Terminal workspace with batteries included"
|
short_desc="Terminal workspace with batteries included"
|
||||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||||
license="MIT"
|
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=18e8ae9fa2ad995af5f6c64b3c0713143d260cdc6c1a978831313bfaf305ad5e
|
checksum=dee3c677eb4545d302895e1c0020f7da9aba8b154927c6ff215b59aec4fbec9f
|
||||||
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…
x
Reference in New Issue
Block a user