mat2: install man page

This commit is contained in:
anelki 2023-06-04 13:47:04 -05:00 committed by classabbyamp
parent 44136487f3
commit 9097c4ec6c

View file

@ -1,7 +1,7 @@
# Template file for 'mat2'
pkgname=mat2
version=0.13.3
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="bubblewrap python3-cairo python3-gobject python3-mutagen poppler-glib
@ -14,3 +14,7 @@ changelog="https://0xacab.org/jvoisin/mat2/-/raw/master/CHANGELOG.md"
distfiles="https://0xacab.org/jvoisin/mat2/-/archive/${version}/mat2-${version}.tar.gz"
checksum=e1bb0161fa1c2f2adb1b933761f9569534309e90209568f96aca5fc8a74f511a
make_check=no # cannot bwrap in chroot
post_install() {
vman doc/mat2.1
}