forked from QRouland/UTPass
23 lines
592 B
JSON
23 lines
592 B
JSON
|
{
|
||
|
"template": "cmake",
|
||
|
"kill": "UTPass",
|
||
|
"scripts": {
|
||
|
"style": "echo 'Astyle :' && astyle --options=.astylerc main.cpp && astyle --options=.astylerc --recursive 'plugins/*.cpp,*.h' && echo 'QmlFmt :' && qmlfmt -l tests && qmlfmt -w tests && qmlfmt -l qml && qmlfmt -w qml"
|
||
|
},
|
||
|
"libraries": {
|
||
|
"gpg": {
|
||
|
"template": "cmake",
|
||
|
"make_jobs": 4,
|
||
|
"dependencies_build": [
|
||
|
"texinfo",
|
||
|
"gpgsm",
|
||
|
"bison"
|
||
|
]
|
||
|
},
|
||
|
"quazip": {
|
||
|
"template": "cmake",
|
||
|
"make_jobs": 4
|
||
|
}
|
||
|
}
|
||
|
}
|