Skip to content

Commit c78fadb

Browse files
committed
Flatpak: add cmark
1 parent 3b3e7fe commit c78fadb

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

Package/io.github.KangLin.RabbitRemoteControl.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@
6363
],
6464
"sources": [
6565
{
66-
"type": "git",
67-
"url": "https://github.com/LudovicRousseau/PCSC.git",
68-
"tag": "1.9.9",
69-
"commit": "15c16c7796607b1c8a2ce253d3f536918ab26b4a"
66+
"type": "archive",
67+
"url": "https://github.com/LudovicRousseau/PCSC/archive/refs/tags/2.3.1.tar.gz",
68+
"sha256": "b7a4cd5ead67fb08b980b21abd150ff7217e85ea320c9ed0c6dadd304840ad35"
7069
}
7170
],
7271
"cleanup": [
@@ -196,6 +195,25 @@
196195
"/lib/libvncserver.so*"
197196
]
198197
},
198+
{
199+
"name": "cmark",
200+
"disabled": false,
201+
"sources": [
202+
{
203+
"type": "archive",
204+
"url": "https://github.com/commonmark/cmark/archive/refs/tags/0.31.1.tar.gz",
205+
"sha256": "62352c7795e231dfce044beb96156065a05a05c974e5de9e023d688d8ff675d7"
206+
}
207+
],
208+
"buildsystem": "cmake",
209+
"builddir": true,
210+
"config-opts": [
211+
"-DBUILD_TESTING=OFF"
212+
],
213+
"cleanup": [
214+
"/bin/*"
215+
]
216+
},
199217
{
200218
"name": "RabbitCommon",
201219
"sources": [

0 commit comments

Comments
 (0)