mirror of
https://github.com/QRouland/UTPass.git
synced 2024-11-09 01:02:40 +00:00
18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"template": "cmake",
|
|
"kill": "UTPass",
|
|
"scripts": {
|
|
"clean": "third/clean.sh && rm -rf build",
|
|
"style": "astyle --options=.astylerc \"plugins/*.cpp,*.h\" && qmlfmt -w qml",
|
|
"test": "clickable run \"cd build && make test\"",
|
|
"test_gpg": "clickable run \"cd build && ./TestGpg\"",
|
|
"test_pass": "clickable run \"cd build && ./TestPass\""
|
|
},
|
|
"dependencies_build": [
|
|
"texinfo",
|
|
"gpgsm",
|
|
"bison"
|
|
],
|
|
"dependencies_target": []
|
|
}
|