vp-build/srcpkgs/yakuake/template

18 lines
632 B
Bash

# Template file for 'yakuake'
pkgname=yakuake
version=3.0.5
revision=2
build_style=cmake
hostmakedepends="extra-cmake-modules"
makedepends="knewstuff-devel knotifyconfig-devel kparts-devel"
short_desc="A drop-down terminal emulator based on KDE konsole technology"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-only, GFDL-1.2-only"
homepage="http://yakuake.kde.org/"
distfiles="${KDE_SITE}/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
checksum=08e23bd3ed58732bec44bf1b6797990bbdc58fad0725da7215db39f86c4d2a08
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig python qt5-host-tools qt5-qmake"
fi