mirror of
https://github.com/QRouland/UTPass.git
synced 2024-11-09 01:02:40 +00:00
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"template": "cmake",
|
|
"kill": "UTPass",
|
|
"scripts": {
|
|
"c": "third/clean.sh && clickable clean",
|
|
"cr": "third/clean.sh && clickable",
|
|
"r": "clickable --dirty",
|
|
"crd": "third/clean.sh && clickable desktop",
|
|
"rd": "clickable desktop --dirty"
|
|
},
|
|
"dependencies_build": [
|
|
"texinfo",
|
|
"gpgsm",
|
|
"bison"
|
|
],
|
|
"dependencies_target": []
|
|
}
|