void-packages/srcpkgs/milou/template
2019-08-03 03:12:42 +00:00

20 lines
759 B
Bash

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