From 864d91a5b54a5a2a28ff97654b067cd058b41712 Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Belanger Date: Fri, 22 Mar 2024 04:58:24 +0000 Subject: [PATCH] futuresql: introduce recipe --- recipes-playground/futuresql.inc | 22 ++++++++++++++++++++++ recipes-playground/futuresql_git.bb | 5 +++++ 2 files changed, 27 insertions(+) create mode 100644 recipes-playground/futuresql.inc create mode 100644 recipes-playground/futuresql_git.bb diff --git a/recipes-playground/futuresql.inc b/recipes-playground/futuresql.inc new file mode 100644 index 0000000..4908409 --- /dev/null +++ b/recipes-playground/futuresql.inc @@ -0,0 +1,22 @@ +# SPDX-FileCopyrightText: 2024 Maxime Roussin-Bélanger +# +# SPDX-License-Identifier: MIT + +DESCRIPTION = "A non-blocking database framework for Qt" +HOMEPAGE = "https://invent.kde.org/libraries/futuresql" +LICENSE = "(LGPL-2.1-only | LGPL-3.0-only | LicenseRef-KDE-Accepted-LGPL)" +LIC_FILES_CHKSUM = " \ + file://LICENSES/LGPL-2.1-only.txt;md5=41890f71f740302b785c27661123bff5 \ + file://LICENSES/LGPL-3.0-only.txt;md5=852ecadc0ac7e6f4d7144d5544a3815b \ + file://LICENSES/LicenseRef-KDE-Accepted-LGPL.txt;md5=e4b79a181b6483b37d39a27f4d75e60a \ +" +PR = "r0" + +DEPENDS = " \ + qcoro \ +" + +SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https" +S = "${WORKDIR}/git" + +inherit cmake_kdeapp diff --git a/recipes-playground/futuresql_git.bb b/recipes-playground/futuresql_git.bb new file mode 100644 index 0000000..eafff21 --- /dev/null +++ b/recipes-playground/futuresql_git.bb @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: none +# SPDX-License-Identifier: CC0-1.0 + +require ${BPN}.inc +SRCREV = "81ee895cd9947a691c27f981f3aae39d4c6f51ad"