From 40f11cdcc480e5a660188008eb257ece396738f8 Mon Sep 17 00:00:00 2001 From: van <751890223@qq.com> Date: Thu, 9 May 2024 23:17:47 +0800 Subject: [PATCH] build: add lib libquentier Set of Qt/C++ APIs for feature rich desktop clients for Evernote service log:: add lib --- libquentier/linglong.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 libquentier/linglong.yaml diff --git a/libquentier/linglong.yaml b/libquentier/linglong.yaml new file mode 100644 index 000000000..8106e3534 --- /dev/null +++ b/libquentier/linglong.yaml @@ -0,0 +1,29 @@ +package: + id: libquentier + name: libquentier + version: 0.5.0.5 + kind: lib + description: | + Set of Qt/C++ APIs for feature rich desktop clients for Evernote service + +runtime: + id: org.deepin.Runtime + version: 23.0.0 + +source: + kind: git + url: https://github.com/d1vanov/libquentier.git + commit: 50305e255dc7430d639ccb5aae98a17a7b7120cb + +depends: + - id: qtwebengine/5.15.7 + type: runtime + - id: qtkeychain/0.14.0 + type: runtime + - id: QEverCloud/6.1.0 + type: runtime + - id: tidy-html5/5.8.0.2 + type: runtime + +build: + kind: cmake \ No newline at end of file