# Template file for 'ghostwriter'
pkgname=ghostwriter
reverts="23.03.80_1"
version=2.2.0
revision=2
build_style=qmake
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
makedepends="hunspell-devel qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
 qt5-webengine-devel qt5-location-devel qt5-webchannel-devel qt5-declarative-devel"
depends="hicolor-icon-theme qt5-svg"
short_desc="Distraction-free Markdown editor"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-3.0-or-later"
homepage="http://kde.github.io/ghostwriter"
distfiles="https://github.com/KDE/ghostwriter/archive/${version}.tar.gz"
checksum=bb1968a157fe6a30e75cd18b0222154e1e1b20011ba460b20088e8ab61df0955

case "$XBPS_TARGET_MACHINE" in
	armv5tel*) broken="qtwebengine not built for this platform";;
	ppc|ppc-musl) broken="qtwebengine not built for this platform";;
	*) if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
		broken="qtwebengine not built for this platform"
	fi;;
esac

post_install() {
	vdoc "${FILESDIR}/README.voidlinux"
}
