scratch_ynh/manifest.json
2021-06-27 18:47:02 +02:00

49 lines
1.4 KiB
JSON

{
"name": "Scratch",
"id": "scratch",
"packaging_format": 1,
"description": {
"en": "Programming language to create your own interactive stories, games, and animations",
"fr": "Langage de programmation pour créer vos propres histoires, jeux et animations interactifs"
},
"version": "3.0~ynh1",
"url": "https://scratch.mit.edu/",
"upstream": {
"license": "BSD-3-Clause",
"website": "https://scratch.mit.edu/",
"demo": "https://llk.github.io/scratch-gui/develop/",
"admindoc": "https://fr.scratch-wiki.info/wiki/Scratch_3.0",
"code": "https://github.com/LLK/scratch-gui"
},
"license": "BSD-3-Clause",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/scratch",
"default": "/scratch"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}