void-packages/srcpkgs/kcharselect/template
2019-07-13 08:31:16 +02:00

18 lines
647 B
Bash

# Template file for 'kcharselect'
pkgname=kcharselect
version=19.04.3
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kcoreaddons"
makedepends="qt5-devel kbookmarks-devel"
short_desc="Character Selector"
maintainer="travankor <travankor@tuta.io>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kcharselect/"
distfiles="${KDE_SITE}/applications/${version}/src/kcharselect-${version}.tar.xz"
checksum=98ebcf13ec02f490bfeaa1001e46a397163939d75d73cf26cd4707e9aa2a4186
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
fi