cocogitto: update to 5.4.0
This commit is contained in:
parent
09ce2736ce
commit
f0241b7ca1
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cocogitto'
|
||||
pkgname=cocogitto
|
||||
version=5.3.1
|
||||
revision=2
|
||||
version=5.4.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -13,7 +13,7 @@ license="MIT"
|
|||
homepage="https://github.com/cocogitto/cocogitto"
|
||||
changelog="https://raw.githubusercontent.com/cocogitto/cocogitto/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/cocogitto/cocogitto/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=ac6847ce55ba284184d0792afb53c6579da415600bc1b01c180dd87ad34597d0
|
||||
checksum=93065217191d3e1739e6bca78b0b6de7d7dd1b5334229702fff9e84162060feb
|
||||
# Test suite is not atomic, relies on user environment such as git user configuration
|
||||
make_check=no
|
||||
|
||||
|
@ -28,12 +28,9 @@ post_install() {
|
|||
vcompletion cog.${shell} ${shell} cog
|
||||
done
|
||||
|
||||
vtargetrun ${cog} generate-manpage cog > cog.1
|
||||
vman cog.1
|
||||
|
||||
for subcommand in bump changelog check commit edit init install-hook log verify; do
|
||||
vtargetrun ${cog} generate-manpage ${subcommand} > cog-${subcommand}.1
|
||||
vman cog-${subcommand}.1
|
||||
vtargetrun ${cog} generate-manpages "${XBPS_BUILDDIR}/${pkgname}-${version}/gen"
|
||||
for manpage in gen/*.1; do
|
||||
vman ${manpage}
|
||||
done
|
||||
|
||||
vdoc README.md
|
||||
|
|
Loading…
Reference in New Issue