mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
mdocml: add tests.
This commit is contained in:
parent
d366a4b968
commit
feaaf11159
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,7 @@ revision=1
|
|||
wrksrc="mandoc-${version}"
|
||||
build_style=configure
|
||||
makedepends="zlib-devel"
|
||||
checkdepends="perl"
|
||||
depends="less"
|
||||
provides="man-0_1"
|
||||
conf_files="/etc/man.conf"
|
||||
|
@ -46,6 +47,9 @@ EOF
|
|||
esac
|
||||
|
||||
}
|
||||
do_check() {
|
||||
cd regress && ./regress.pl
|
||||
}
|
||||
post_install() {
|
||||
# Rename mans for alternatives
|
||||
for f in apropos man whatis; do
|
||||
|
|
Loading…
Add table
Reference in a new issue