diff --git a/recipes-application/edu/khangman.inc b/recipes-application/edu/khangman.inc new file mode 100644 index 0000000..5bfcc46 --- /dev/null +++ b/recipes-application/edu/khangman.inc @@ -0,0 +1,32 @@ +# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr +# +# 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 diff --git a/recipes-application/edu/khangman_20.12.0.bb b/recipes-application/edu/khangman_20.12.0.bb new file mode 100644 index 0000000..6082bec --- /dev/null +++ b/recipes-application/edu/khangman_20.12.0.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${PN}.inc +SRCREV = "v${PV}"