vp-build/srcpkgs/kcharselect/template

18 lines
628 B
Bash

# Template file for 'kcharselect'
pkgname=kcharselect
version=20.12.2
revision=1
build_style=cmake
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://kde.org/applications/en/utilities/org.kde.kcharselect"
distfiles="${KDE_SITE}/release-service/${version}/src/kcharselect-${version}.tar.xz"
checksum=e3523e8076a06967f95b00330ad4a5ed9bdaa986677642824a895094f8320e3b
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python3 qt5-host-tools qt5-qmake"
fi