zellij: build manpage

This commit is contained in:
Marcin Puc 2022-04-03 15:19:05 +02:00 committed by Echo
parent 14c86558d6
commit 209d1fad14
1 changed files with 5 additions and 1 deletions

View File

@ -1,12 +1,13 @@
# Template file for 'zellij'
pkgname=zellij
version=0.27.0
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*"
build_style=cargo
build_helper=qemu
hostmakedepends="mandown"
checkdepends="openssl-devel pkg-config"
short_desc="Terminal workspace with batteries included"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
@ -21,6 +22,8 @@ post_build() {
vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
vtargetrun ${ZELLIJ} setup --generate-completion zsh > zellij.zsh
vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
mandown docs/MANPAGE.md > zellij.1
}
post_install() {
@ -30,4 +33,5 @@ post_install() {
vlicense LICENSE.md
vdoc README.md
vman zellij.1
}