kleopatra: move INSTALL.msg to README.voidlinux.

This commit is contained in:
Érico Nogueira 2021-03-25 00:53:26 -03:00 committed by Érico Nogueira Rolim
parent 31b3d0b02e
commit 62f1f66448
2 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'kleopatra'
pkgname=kleopatra
version=20.12.3
revision=1
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
makedepends="kcmutils-devel AppStream kitemmodels-devel gpgmeqt-devel libkleo-devel kmime-devel"
@ -18,3 +18,7 @@ do_check() {
QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=TRUE \
dbus-run-session ninja -C build test
}
post_install() {
vdoc $FILESDIR/README.voidlinux
}