mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/mdcat: upgrade to 0.22.4, add man-page
This commit is contained in:
parent
b127eab822
commit
263701bf94
@ -1,7 +1,7 @@
|
||||
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=mdcat
|
||||
pkgver=0.22.3
|
||||
pkgver=0.22.4
|
||||
pkgrel=0
|
||||
pkgdesc="Cat for markdown"
|
||||
url="https://github.com/lunaryorn/mdcat"
|
||||
@ -9,9 +9,10 @@ url="https://github.com/lunaryorn/mdcat"
|
||||
# ppc64le fails to build 'ring v0.16.19'
|
||||
arch="all !s390x !mips !mips64 !ppc64le"
|
||||
license="Apache-2.0"
|
||||
makedepends="cargo openssl-dev"
|
||||
makedepends="asciidoctor cargo openssl-dev"
|
||||
checkdepends="py3-ansi2html"
|
||||
subpackages="
|
||||
$pkgname-doc
|
||||
$pkgname-bash-completion
|
||||
$pkgname-zsh-completion
|
||||
$pkgname-fish-completion
|
||||
@ -37,6 +38,12 @@ package() {
|
||||
-t "$pkgdir"/usr/share/zsh/site-functions
|
||||
install -Dm644 "$builddir"/target/release/build/mdcat-*/out/completions/mdcat.fish \
|
||||
-t "$pkgdir"/usr/share/fish/completions
|
||||
|
||||
# Install the generated man-page
|
||||
install -Dm644 "$builddir"/target/release/build/mdcat-*/out/mdcat.1 \
|
||||
-t "$pkgdir"/usr/share/man/man1/
|
||||
}
|
||||
|
||||
sha512sums="6db27828b9ab72d15ad06396248de1542abf565cb8a658b6423e4200aa71421179475d268ebaa4a358c2e59c6f64b6820e43570e90e37f8a63d88865aa5f70b1 mdcat-0.22.3.tar.gz"
|
||||
sha512sums="
|
||||
b48591de99f96874c49e795f8a831ee506e88c57e4e9a28dd1f3b6f4f1efdd33a6b84e51cf4932ab050080c23c8c948e21d8f4627b585f2ed50fee3a2b72a8fe mdcat-0.22.4.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user