void-packages/srcpkgs/git-cliff/template

19 lines
688 B
Bash
Raw Normal View History

2021-09-24 08:15:54 +00:00
# Template file for 'git-cliff'
pkgname=git-cliff
2022-02-09 17:02:09 +00:00
version=0.6.0
2021-09-24 08:15:54 +00:00
revision=1
build_style=cargo
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"
2022-02-09 17:02:09 +00:00
changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md"
2021-09-24 08:15:54 +00:00
distfiles="https://github.com/orhun/git-cliff/archive/refs/tags/v${version}.tar.gz"
2022-02-09 17:02:09 +00:00
checksum=451db5e7ce904f33cf5772cd67400015829e5b7b3d18955bc3e8f88977b63793
post_install() {
vdoc README.md
}