void-packages/srcpkgs/git-cliff/template

27 lines
919 B
Bash

# Template file for 'git-cliff'
pkgname=git-cliff
version=0.9.0
revision=1
archs="x86_64* i686* aarch64* arm*" # ring
build_style=cargo
build_helper=qemu
make_install_args="--path git-cliff"
make_check_args="-- --skip repo::test::git_log" # This test fails without a git repo
short_desc="Changelog generator based on conventional commits"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-only"
homepage="https://github.com/orhun/git-cliff"
changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md"
distfiles="https://github.com/orhun/git-cliff/archive/refs/tags/v${version}.tar.gz"
checksum=0d7390ff23ee16efc93e8d7f2061cfa16c079ed609bcee045e67590c62eccd07
post_install() {
vdoc README.md
OUT_DIR=${PWD} vtargetrun ${DESTDIR}/usr/bin/git-cliff-completions
vcompletion "_git-cliff" zsh
vcompletion "git-cliff.fish" fish
vcompletion "git-cliff.bash" bash
}