-
Notifications
You must be signed in to change notification settings - Fork 0
/
kodi.json.in
39 lines (39 loc) · 1.23 KB
/
kodi.json.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
\"name\": \"$$TARGET\",
\"version\": \"$$KODI_VERSION\",
\"build\": {
\"date\": \"$$BUILDDATE\",
\"qt\": \"$$QT_VERSION\",
\"debug\": $$DEBUG_BUILD,
\"git\": {
\"hash\": \"$$GIT_HASH\",
\"branch\": \"$$GIT_BRANCH\"
},
\"host\": {
\"arch\": \"$$QMAKE_HOST.arch\",
\"os\": \"$$QMAKE_HOST.os\",
\"name\": \"$$QMAKE_HOST.name\",
\"version_string\": \"$$QMAKE_HOST.version_string\"
}
},
\"copyright\" : \"(C) 2019-2021 Contributors of integration.kodi\",
\"license\" : [
\"YIO-Remote software is free software: you can redistribute it and/or modify\",
\"it under the terms of the GNU General Public License as published by\",
\"the Free Software Foundation, either version 3 of the License, or\",
\"(at your option) any later version.\",
\"SPDX-License-Identifier: GPL-3.0-or-later\"
],
\"category\" : \"Integrations\",
\"description\": [
\"Kodi Integration for YIO\"
],
\"url\": \"https://github.com/YIO-Remote/integration.kodi\",
\"dependencies\" : {
\"app\" : \"0.8.0\",
\"remote-os\" : \"0.4.0\",
\"integrations.library\" : \"$$INTG_GIT_VERSION\"
},
\"mdns\": \"tttt\",
\"setup_data\": $$CFG_SCHEMA
}