mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
git-cliff: update to 1.2.0
This commit is contained in:
parent
11ac2912c0
commit
b95664a58b
1 changed files with 4 additions and 2 deletions
|
@ -1,19 +1,21 @@
|
|||
# Template file for 'git-cliff'
|
||||
pkgname=git-cliff
|
||||
version=1.1.2
|
||||
version=1.2.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
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgit2-devel"
|
||||
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=26f05e4cfea07768d06ae92cd4b34bae786ed354089d9b5b1659d6408bf583c6
|
||||
checksum=10db6fd8fe777f384de2e00336b1cb664095a2f068526f8ace4e7944a7ada270
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
|
|
Loading…
Add table
Reference in a new issue