-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
vcpkg.json
61 lines (61 loc) · 1.26 KB
/
vcpkg.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "kmymoney",
"version-string": "5.x.x-dev",
"port-version": 1,
"homepage": "https://kmymoney.org",
"dependencies": [
"ecm",
"gmp",
"kf5archive",
"kf5completion",
"kf5config",
"kf5configwidgets",
"kf5coreaddons",
"kf5i18n",
"kf5iconthemes",
"kf5itemmodels",
"kf5itemviews",
"kf5kcmutils",
"kf5kio",
"kf5notifications",
"kf5service",
"kf5textwidgets",
"kf5xmlgui",
"libalkimia",
"qt5-base",
"qt5-svg",
"qtkeychain"
],
"features": {
"encryption": {
"description": "Allows to store financial data using strong GPG encryption. Currently non-functional due to vcpkg's gpgme missing Qt bindings.",
"dependencies": [
"gpgme"
]
},
"ical": {
"description": "Enables Calendar plugin",
"dependencies": [
"libical"
]
},
"kbanking": {
"description": "Enables KBanking plugin",
"dependencies": [
"libaqbanking"
]
},
"ofx": {
"description": "Enables OFX importer plugin",
"dependencies": [
"libofx"
]
},
"reports": {
"description": "Adds possibility to display chart and table reports",
"dependencies": [
"kf5diagram"
]
}
}
}