git-cliff: generate and ship man page

This commit is contained in:
Jan Christian Grünhage 2022-09-18 17:39:26 +02:00 committed by classabbyamp
parent 08ce18d618
commit 57f3cde5c7

View File

@ -1,7 +1,7 @@
# Template file for 'git-cliff'
pkgname=git-cliff
version=0.9.0
revision=1
revision=2
archs="x86_64* i686* aarch64* arm*" # ring
build_style=cargo
build_helper=qemu
@ -23,4 +23,7 @@ post_install() {
vcompletion "_git-cliff" zsh
vcompletion "git-cliff.fish" fish
vcompletion "git-cliff.bash" bash
OUT_DIR=${PWD} vtargetrun ${DESTDIR}/usr/bin/git-cliff-mangen
vman git-cliff.1
}