forked from YIO-Remote/integration.openhab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenhab.json.in
36 lines (36 loc) · 1.19 KB
/
openhab.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
{
\"name\": \"$$TARGET\",
\"version\": \"$$OH_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-2020 Contributors of integration.openhab\",
\"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\": [
\"OpenHAB Integration for YIO\"
],
\"url\": \"https://github.com/YIO-Remote/integration.openhab\",
\"dependencies\" : [
{ \"name\" : \"app\", \"version\" : \"0.5.0\" },
{ \"name\" : \"remoteOS\", \"version\" : \"0.4.0\" }
]
}