pantalaimon: add man pages.

This commit is contained in:
Luca Matei Pintilie 2024-04-13 13:36:07 +02:00 committed by cinerea0
parent ebd09f3167
commit ae0e20650f

View File

@ -1,7 +1,7 @@
# Template file for 'pantalaimon'
pkgname=pantalaimon
version=0.10.5
revision=2
revision=3
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-attrs python3-aiohttp python3-appdirs python3-click
@ -15,3 +15,9 @@ license="Apache-2.0"
homepage="https://github.com/matrix-org/pantalaimon"
distfiles="https://github.com/matrix-org/pantalaimon/archive/refs/tags/${version}.tar.gz"
checksum=970e79db0692a23c0e2d7f6ee9e3cd67b482b5a3fcb739cc899806494748db77
post_install() {
vman docs/man/panctl.1
vman docs/man/pantalaimon.5
vman docs/man/pantalaimon.8
}