mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
pantalaimon: add man pages.
This commit is contained in:
parent
ebd09f3167
commit
ae0e20650f
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue