mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 20:02:57 +02:00
zellij: add desktop file
This commit is contained in:
parent
b7c0cdbebb
commit
4ff5097394
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zellij'
|
||||
pkgname=zellij
|
||||
version=0.34.4
|
||||
revision=1
|
||||
revision=2
|
||||
# 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*"
|
||||
|
@ -20,6 +20,7 @@ make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
|
|||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
vinstall assets/zellij.desktop 644 usr/share/applications
|
||||
vlicense LICENSE.md
|
||||
|
||||
for shell in bash fish zsh; do
|
||||
|
|
Loading…
Add table
Reference in a new issue