Package KHangMan
This commit is contained in:
32
recipes-application/edu/khangman.inc
Normal file
32
recipes-application/edu/khangman.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
SUMMARY = "KHangMan"
|
||||
DESCRIPTION = "KHangMan is a game based on the well-known hangman game."
|
||||
HOMEPAGE = "https://edu.kde.org/khangman/"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cb56c8b10bbb1c97490192a78c4fb273"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS += " \
|
||||
kcompletion \
|
||||
kcrash \
|
||||
ki18n \
|
||||
kio \
|
||||
knewstuff \
|
||||
knotifications \
|
||||
knotifyconfig \
|
||||
kparts \
|
||||
kxmlgui \
|
||||
libkeduvocdocument \
|
||||
"
|
||||
|
||||
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/khangman_20.12.0.bb
Normal file
5
recipes-application/edu/khangman_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