1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/retroarch_ynh.git synced 2024-09-03 20:16:12 +02:00
retroarch_ynh/manifest.toml
2024-02-07 23:06:54 +01:00

62 lines
1.6 KiB
TOML

packaging_format = 2
id = "retroarch"
name = "Retroarch Web Player"
description.en = "Emulate videogames system and play videogames through your web browser"
description.fr = "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web"
version = "1.17.0~ynh1"
maintainers = ["Krakinou"]
[upstream]
license = "GPL-3.0-or-later"
website = "http://www.retroarch.com/"
demo = "https://web.libretro.com/"
admindoc = "https://docs.libretro.com/"
userdoc = "https://docs.libretro.com/"
code = "https://github.com/libretro/RetroArch"
[integration]
yunohost = ">= 11.1.18"
architectures = "all"
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "1G"
ram.build = "150M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/retroarch"
[install.init_main_permission]
help.en = "Yes will allow everyone to access the app without login to yunohost instance first"
help.fr = "Oui autorisera n'importe qui à accéder à l'application sans s'identifier dans Yunohost"
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://buildbot.libretro.com/stable/1.17.0/emscripten/RetroArch.7z"
sha256 = "3b72d723172d904948aeeeeb45d2db582345fb2ed45ee8072498af771cbda2c2"
format = "whatever"
in_subdir = true
extract = false
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "p7zip"