Skip to content
Snippets Groups Projects
Commit 5efeff0f authored by Sertonix's avatar Sertonix Committed by Kevin Daudt
Browse files

testing/cocogitto: let abuild handle manpage compression

Simplifies APKBUILD and allows abuild decide which compression to use.
parent dec92816
No related branches found
No related tags found
2 merge requests!79570community/firefox-esr: upgrade to 128.7.0,!76935testing/cocogitto: let abuild handle manpage compression
Pipeline #281211 skipped
maintainer="Thomas Böhler <witcher@wiredspace.de>"
pkgname=cocogitto
pkgver=6.2.0
pkgrel=0
pkgrel=1
pkgdesc="The Conventional Commits toolbox"
url="https://docs.cocogitto.io/"
# loongarch64: blocked by libc crate
......@@ -46,10 +46,7 @@ package() {
install -Dm644 -t "$pkgdir"/usr/share/licenses/"$pkgname" LICENSE
for i in man/*.1; do
gzip "$i"
install -Dm644 -t "$pkgdir"/usr/share/man/man1 "$i".gz
done
install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/*.1
install -Dm644 cog.bash \
"$pkgdir"/usr/share/bash-completion/completions/cog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment