dollar/tool/recorder/GLD_dollar-recorder.json

56 lines
989 B
JSON

{
"type":"BINARY",
"sub-type":"TOOL",
"group-id":"com.atria-soft",
"description":"LGDT tools: Handwriting recorder",
"license":"MPL-2",
"license-file":"file://../../LICENCE.txt",
"maintainer":"file://../../authors.txt",
"author":"file://../../authors.txt",
"version":[0,1,0],
"version-id":1,
"extra-flag":"MEDIUM",
"source": [
"appl/Main.cpp",
"appl/debug.cpp",
"appl/Windows.cpp",
"appl/widget/TextAreaRecognition.cpp"
],
"path":[
"."
],
"compilation-version": {
"language": "c++",
"version": 2017
},
"dependency": [
"ewol",
"ejson",
"esvg",
"dollar"
],
"flag": {
"language": "c++",
"value": [
"-DPROJECT_NAME=\"{{{project.name}}}\"",
"-DAPPL_VERSION=\"{{{project.version}}}\""
]
},
"copy": [
{
"path":"data/icon.*",
"to":""
}, {
"path":"data/freefont/*",
"to":"fonts"
}, {
"path":"data/reference/*",
"to":"reference"
}
],
"package":{
"RIGHT": "WRITE_EXTERNAL_STORAGE",
"ICON": "data/icon.png"
}
}