cocogitto: update to 5.4.0
This commit is contained in:
parent
09ce2736ce
commit
f0241b7ca1
1 changed files with 6 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cocogitto'
|
# Template file for 'cocogitto'
|
||||||
pkgname=cocogitto
|
pkgname=cocogitto
|
||||||
version=5.3.1
|
version=5.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/cocogitto/cocogitto"
|
homepage="https://github.com/cocogitto/cocogitto"
|
||||||
changelog="https://raw.githubusercontent.com/cocogitto/cocogitto/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/cocogitto/cocogitto/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/cocogitto/cocogitto/archive/refs/tags/${version}.tar.gz"
|
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
|
# Test suite is not atomic, relies on user environment such as git user configuration
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
@ -28,12 +28,9 @@ post_install() {
|
||||||
vcompletion cog.${shell} ${shell} cog
|
vcompletion cog.${shell} ${shell} cog
|
||||||
done
|
done
|
||||||
|
|
||||||
vtargetrun ${cog} generate-manpage cog > cog.1
|
vtargetrun ${cog} generate-manpages "${XBPS_BUILDDIR}/${pkgname}-${version}/gen"
|
||||||
vman cog.1
|
for manpage in gen/*.1; do
|
||||||
|
vman ${manpage}
|
||||||
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
|
|
||||||
done
|
done
|
||||||
|
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue