void-packages/srcpkgs/kcharselect/template
2020-04-30 14:00:33 +02:00

19 lines
659 B
Bash

# Template file for 'kcharselect'
pkgname=kcharselect
version=20.04.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kcoreaddons gettext"
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}/release-service/${version}/src/kcharselect-${version}.tar.xz"
checksum=7bd701e03651647d29a6618d48f57d82b0b61d732bda370747e11c7e389ee252
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python3 qt5-host-tools qt5-qmake"
fi