void-packages/srcpkgs/kcharselect/template
2018-08-18 21:06:20 -03:00

18 lines
No EOL
636 B
Bash

# Template file for 'kcharselect'
pkgname=kcharselect
version=18.08.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules"
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/${pkgname}-${version}.tar.xz"
checksum=589922cbaefcdece28dbfde3e740a6e2862386d316e2723865ad3655e6ffdfbd
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
fi