qcoro: package QCoro library

This commit is contained in:
Andreas Cord-Landwehr
2023-05-01 08:13:37 +02:00
parent 1074d30b13
commit 3bb18afdc0
2 changed files with 34 additions and 0 deletions

29
recipes-support/qcoro.inc Normal file
View File

@@ -0,0 +1,29 @@
# SPDX-FileCopyrightText: 2021-2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
#
# SPDX-License-Identifier: MIT
DESCRIPTION = "QCoro"
HOMEPAGE = "https://github.com/danvratil/qcoro"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=387248cdf922178ee3fdc379e28542dc"
PR = "r0"
DEPENDS = " \
qtbase \
qtdeclarative \
qttools \
qttools-native \
"
SRC_URI = "git://github.com/danvratil/qcoro.git;nobranch=1;protocol=https"
S = "${WORKDIR}/git"
inherit qt6-cmake
EXTRA_OECMAKE += " \
-DQCORO_WITH_QTWEBSOCKETS=OFF \
"
FILES:${PN}-dev += " \
${prefix}/mkspecs \
"

View File

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