Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

build: add lib libquentier #2164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions libquentier/linglong.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading