Files
meta-kde/recipes-support/simplelogin.inc
2023-12-21 20:30:02 +01:00

24 lines
566 B
PHP

# SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "super simple sans display display desktop manager mockup mitigating mir"
HOMEPAGE = "https://github.com/bhush9/simplelogin"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4641e94ec96f98fabc56ff9cc48be14b"
DEPENDS = " \
qtbase \
libpam \
"
SRC_URI = " \
git://invent.kde.org/bshah/${BPN}.git;nobranch=1;protocol=https \
"
S = "${WORKDIR}/git"
inherit qt6-cmake
inherit systemd
SYSTEMD_SERVICE:${PN} = "${BPN}.service"