From 21ff25c436ff80de599ea3a7b945c4a168b640d3 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 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libquentier/linglong.yaml diff --git a/libquentier/linglong.yaml b/libquentier/linglong.yaml new file mode 100644 index 000000000..a637d6f75 --- /dev/null +++ b/libquentier/linglong.yaml @@ -0,0 +1,28 @@ +package: + id: libquentier + name: libquentier + version: 0.5.0.2 + 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.1 + type: runtime +build: + kind: cmake \ No newline at end of file