git-cliff: update to 0.6.1.
This commit is contained in:
parent
13b473fb61
commit
ec6e74f74c
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'git-cliff'
|
# Template file for 'git-cliff'
|
||||||
pkgname=git-cliff
|
pkgname=git-cliff
|
||||||
version=0.6.0
|
version=0.6.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
build_helper=qemu
|
||||||
make_install_args="--path git-cliff"
|
make_install_args="--path git-cliff"
|
||||||
make_check_args="-- --skip repo::test::git_log" # This test fails without a git repo
|
make_check_args="-- --skip repo::test::git_log" # This test fails without a git repo
|
||||||
short_desc="Changelog generator based on conventional commits"
|
short_desc="Changelog generator based on conventional commits"
|
||||||
|
@ -11,8 +12,14 @@ license="GPL-3.0-only"
|
||||||
homepage="https://github.com/orhun/git-cliff"
|
homepage="https://github.com/orhun/git-cliff"
|
||||||
changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md"
|
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"
|
distfiles="https://github.com/orhun/git-cliff/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=451db5e7ce904f33cf5772cd67400015829e5b7b3d18955bc3e8f88977b63793
|
checksum=045fb10ad0ee340172397f2bb6521c7ee0a83dca2c9f9d177300601f6c60184f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue