void-packages/srcpkgs/kcharselect/template
2019-10-17 20:55:03 +02:00

18 lines
647 B
Bash

# Template file for 'kcharselect'
pkgname=kcharselect
version=19.08.2
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=ff2a8c78fc4a12dd727e8ad8677216d5a480a8c82aff97269397ee8ae01e36df
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
fi