Package LibKEduVocDocument

This commit is contained in:
Andreas Cord-Landwehr
2020-12-30 15:54:11 +01:00
parent 24775932e6
commit 2d568f3562
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
SUMMARY = "KEduVocDocument"
DESCRIPTION = "Library for reading from/writing to the KVTML format."
HOMEPAGE = "https://edu.kde.org/khangman/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
PR = "r0"
DEPENDS += " \
karchive \
ki18n \
kio \
"
SRC_URI = "git://invent.kde.org/education/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kdeapp
inherit kconfig
inherit kauth

View File

@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRCREV = "v${PV}"