mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
zellij: build manpage
This commit is contained in:
parent
14c86558d6
commit
209d1fad14
1 changed files with 5 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'zellij'
|
# Template file for 'zellij'
|
||||||
pkgname=zellij
|
pkgname=zellij
|
||||||
version=0.27.0
|
version=0.27.0
|
||||||
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*"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
hostmakedepends="mandown"
|
||||||
checkdepends="openssl-devel pkg-config"
|
checkdepends="openssl-devel pkg-config"
|
||||||
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>"
|
||||||
|
@ -21,6 +22,8 @@ post_build() {
|
||||||
vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
|
vtargetrun ${ZELLIJ} setup --generate-completion bash > zellij.bash
|
||||||
vtargetrun ${ZELLIJ} setup --generate-completion zsh > zellij.zsh
|
vtargetrun ${ZELLIJ} setup --generate-completion zsh > zellij.zsh
|
||||||
vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
|
vtargetrun ${ZELLIJ} setup --generate-completion fish > zellij.fish
|
||||||
|
|
||||||
|
mandown docs/MANPAGE.md > zellij.1
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -30,4 +33,5 @@ post_install() {
|
||||||
|
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
vman zellij.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue