Provide recipe for KUserFeedback

This commit is contained in:
Andreas Cord-Landwehr
2021-05-24 13:47:49 +02:00
parent e820c6df25
commit ba6e2635f3
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
SUMMARY = "KUserFeedback"
DESCRIPTION = "Framework for collecting user feedback for apps via telemetry and surveys"
HOMEPAGE = "https://invent.kde.org/libraries/kuserfeedback"
LICENSE = "MIT & BSD-3-Clause"
LIC_FILES_CHKSUM = " \
file://COPYING.LIB;md5=61be4d272e55cc2609d58596cf084908 \
"
PR = "r0"
DEPENDS = " \
qtbase \
"
SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit cmake_kdeapp
inherit mime-xdg

View File

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