2019-03-13 18:38:12 +00:00
|
|
|
{
|
|
|
|
"template": "cmake",
|
|
|
|
"kill": "UTPass",
|
|
|
|
"scripts": {
|
2019-03-21 10:22:12 +00:00
|
|
|
"clean": "third/clean.sh && rm -rf build",
|
2019-03-21 23:11:36 +00:00
|
|
|
"style": "astyle --options=.astylerc \"plugins/*.cpp,*.h\" && astyle --options=.astylerc \"tests/*.cpp,*.h\" && qmlfmt -w qml",
|
|
|
|
"test": "clickable build --arch amd64 && clickable run \"cd build && make test\"",
|
|
|
|
"test_gpg": "clickable build --arch amd64 && clickable run \"cd build && ./TestGpg\"",
|
|
|
|
"test_pass": "clickable build --arch amd64 && clickable run \"cd build && ./TestPass\""
|
2019-03-13 18:38:12 +00:00
|
|
|
},
|
|
|
|
"dependencies_build": [
|
|
|
|
"texinfo",
|
2019-03-18 07:10:58 +00:00
|
|
|
"gpgsm",
|
|
|
|
"bison"
|
2019-03-16 15:18:05 +00:00
|
|
|
],
|
2019-03-18 07:10:58 +00:00
|
|
|
"dependencies_target": []
|
2019-03-13 18:38:12 +00:00
|
|
|
}
|