23 lines
467 B
PHP
23 lines
467 B
PHP
# SPDX-FileCopyrightText: 2019-2020 Volker Krause <vkrause@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
DESCRIPTION = "Calindori"
|
|
HOMEPAGE = ""
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
kconfig \
|
|
kcalcore \
|
|
kirigami \
|
|
plasma-framework \
|
|
"
|
|
|
|
SRC_URI = "git://invent.kde.org/plasma-mobile/${BPN};nobranch=1;protocol=https"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake_kdeapp
|
|
inherit kconfig
|