Package Blinken
This commit is contained in:
26
recipes-application/edu/blinken.inc
Normal file
26
recipes-application/edu/blinken.inc
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
SUMMARY = "Blinken"
|
||||||
|
DESCRIPTION = "Memory Enhancement Game"
|
||||||
|
HOMEPAGE = "https://edu.kde.org/blinken/"
|
||||||
|
LICENSE = "GPL-2.0"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
DEPENDS += " \
|
||||||
|
kcrash \
|
||||||
|
ki18n \
|
||||||
|
kio \
|
||||||
|
phonon \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI = "git://invent.kde.org/education/${BPN};nobranch=1;protocol=https"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit cmake_kdeapp
|
||||||
|
inherit kcoreaddons
|
||||||
|
inherit kconfig
|
||||||
|
inherit kauth
|
||||||
|
inherit mime-xdg
|
||||||
5
recipes-application/edu/blinken_20.12.0.bb
Normal file
5
recipes-application/edu/blinken_20.12.0.bb
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# SPDX-FileCopyrightText: none
|
||||||
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
require ${PN}.inc
|
||||||
|
SRCREV = "v${PV}"
|
||||||
Reference in New Issue
Block a user