mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
git-cliff: generate and ship man page
This commit is contained in:
parent
08ce18d618
commit
57f3cde5c7
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue