mirror of
https://github.com/YunoHost-Apps/hextris_ynh.git
synced 2024-09-03 19:16:05 +02:00
27b413f4a3
* Fix linter warning * Auto-update README * Auto-update README * Bump to 4.3.0 (#37) * 4.3.0 * Auto-update README * Fix linter * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * Appy last example_ynh * Auto-update README * Auto-update README * Version 2 (#40) * v2 * v2 * Auto-update README * Update manifest.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> --------- Co-authored-by: Yunohost-Bot <unknown> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: yalh76 <yalh@yahoo.com>
52 lines
1.1 KiB
TOML
52 lines
1.1 KiB
TOML
packaging_format = 2
|
|
|
|
id = "hextris"
|
|
name = "Hextris"
|
|
description.en = "Fast paced puzzle game"
|
|
description.fr = "Jeu de puzzle très rapide"
|
|
|
|
version = "2023.06.08~ynh1"
|
|
|
|
maintainers = ["AerisOne"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0"
|
|
website = "http://hextris.github.io/"
|
|
demo = "https://hextris.io/"
|
|
code = "https://github.com/Hextris/Hextris"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.20"
|
|
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 = "/hextris"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/Hextris/hextris/archive/8872ec47d694628e2fe668ebaa90b13d5626d95f.tar.gz"
|
|
sha256 = "67f3fbd54c405717a25fb1e6f71d2b46e94c7ac6971861dd99ae5e58f6609892"
|
|
autoupdate.upstream = "https://github.com/Hextris/hextris"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|