void-packages/srcpkgs/milou/template
2021-09-05 15:58:16 +02:00

21 lines
776 B
Bash

# Template file for 'milou'
pkgname=milou
version=5.22.5
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kdoctools kpackage qt5-host-tools
gettext qt5-qmake"
makedepends="krunner-devel kitemmodels-devel"
short_desc="KDE dedicated search application built on top of Baloo"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later, LPGL-2.1-or-later"
homepage="https://invent.kde.org/plasma/milou"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=f7c22b46d9a5081206f78e9964f515055876b7b4e9e6075d5fcc50b85c783fb4
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi