mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 11:52:56 +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'
|
# Template file for 'zellij'
|
||||||
pkgname=zellij
|
pkgname=zellij
|
||||||
version=0.34.4
|
version=0.34.4
|
||||||
revision=1
|
revision=2
|
||||||
# Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
|
# 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
|
# https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
|
||||||
archs="x86_64* aarch64* i686*"
|
archs="x86_64* aarch64* i686*"
|
||||||
|
@ -20,6 +20,7 @@ make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
vinstall assets/zellij.desktop 644 usr/share/applications
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
||||||
for shell in bash fish zsh; do
|
for shell in bash fish zsh; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue