scratch_ynh/manifest.toml

60 lines
1.4 KiB
TOML
Raw Normal View History

2024-06-20 20:50:26 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-07-20 23:20:17 +02:00
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.0.45~ynh1"
2023-07-20 23:20:17 +02:00
2024-02-14 10:53:12 +01:00
maintainers = []
2023-07-20 23:20:17 +02:00
[upstream]
license = "BSD-3-Clause"
website = "https://scratch.mit.edu/"
2023-12-18 21:33:27 +01:00
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"
2023-07-20 23:20:17 +02:00
[integration]
2023-10-02 23:00:47 +02:00
yunohost = ">= 11.2"
2023-07-20 23:24:49 +02:00
architectures = "all"
2023-07-20 23:20:17 +02:00
multi_instance = true
2024-05-13 11:29:16 +02:00
2023-07-20 23:24:49 +02:00
ldap = false
2024-05-13 11:29:16 +02:00
2023-07-20 23:24:49 +02:00
sso = false
2024-05-13 11:29:16 +02:00
2023-07-20 23:24:49 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-07-20 23:20:17 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/scratch"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2024-06-20 20:50:26 +02:00
[resources.sources.main]
url = "https://github.com/scratchfoundation/scratch-gui/archive/refs/tags/v4.0.45.tar.gz"
sha256 = "35c23e78dbc8d137bdc1efbd8f438545306f86e89a2d61389181fb200b0b258a"
2024-06-20 20:50:26 +02:00
autoupdate.strategy = "latest_github_tag"
2023-07-20 23:20:17 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2024-05-13 11:29:16 +02:00
[resources.ports]