Warning, /packaging/yocto-meta-kde/recipes-support/simplelogin.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "super simple sans display display desktop manager mockup mitigating mir"
0006 HOMEPAGE = "https://github.com/bhush9/simplelogin"
0007 LICENSE = "GPL-2.0+"
0008 LIC_FILES_CHKSUM = "file://LICENSE;md5=4641e94ec96f98fabc56ff9cc48be14b"
0009 
0010 DEPENDS = " \
0011     qtbase \
0012     libpam \
0013 "
0014 
0015 SRC_URI = " \
0016     git://invent.kde.org/bshah/${BPN}.git;nobranch=1;protocol=https \
0017 "
0018 S = "${WORKDIR}/git"
0019 
0020 inherit cmake_qt5
0021 inherit systemd
0022 
0023 SYSTEMD_SERVICE:${PN} = "${BPN}.service"