Package LibKEduVocDocument
This commit is contained in:
23
recipes-application/edu/libkeduvocdocument.inc
Normal file
23
recipes-application/edu/libkeduvocdocument.inc
Normal 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
|
||||
5
recipes-application/edu/libkeduvocdocument_20.12.0.bb
Normal file
5
recipes-application/edu/libkeduvocdocument_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