59 lines
1.4 KiB
TOML
59 lines
1.4 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "scratch"
|
|
name = "Scratch"
|
|
description.en = "Programming language to create your own interactive stories, games, and animations"
|
|
description.fr = "Langage de programmation pour créer vos propres histoires, jeux et animations interactifs"
|
|
|
|
version = "4.1.3~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "BSD-3-Clause"
|
|
website = "https://scratch.mit.edu/"
|
|
demo = "https://scratch.mit.edu/projects/editor/?tutorial=getStarted"
|
|
admindoc = "https://scratch-wiki.info/wiki/Scratch_3.0"
|
|
code = "https://github.com/scratchfoundation/scratch-gui"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/scratch"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://jo.trax.im/api/packages/julianfoad/generic/scratch-gui-dist/4.1.3/scratch-gui-dist-4.1.3.tar.gz"
|
|
sha256 = "54a520f30b204c7829f932c1413cbaff956f197411d14190cf721e527d7e854a"
|
|
#autoupdate.strategy = "..."
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|