j4-dmenu-desktop: add manpage

This commit is contained in:
meator 2021-07-15 15:50:10 +02:00 committed by Piotr
parent 6f25c1ce5d
commit 4e145ab515
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'j4-dmenu-desktop'
pkgname=j4-dmenu-desktop
version=2.18
revision=1
revision=2
wrksrc="${pkgname}-r${version}"
build_style=cmake
# The current version (2.18) needs to have /usr/share/applications dir
@ -23,3 +23,7 @@ if [ "$XBPS_CHECK_PKGS" ]; then
else
configure_args="-DWITH_TESTS=OFF"
fi
post_install() {
vman j4-dmenu-desktop.1
}