52 lines
1.2 KiB
TOML
52 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "sr2ini"
|
|
name = "SR2 Initiative Tracker"
|
|
description.en = "A simple initiative tracker for Shaodwrun 2e."
|
|
description.de = "Ein einfacher Initiative-Tracker für Shaodwrun, 2. Edition."
|
|
|
|
version = "0.9.3~ynh1"
|
|
|
|
maintainers = ["Eclipse729"]
|
|
|
|
[upstream]
|
|
license = "ISC"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = "not_relevant"
|
|
sso = "not_relevant"
|
|
disk = "1M"
|
|
ram.build = "1M"
|
|
ram.runtime = "1M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
type = "path"
|
|
default = "/sr2ini"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://git.unterdemradar.de/tobias/sr2ini/releases/download/0.9.3/sr2ini-0.9.3.tar.gz"
|
|
sha256 = "7835bd95ec840100decc242ded992750809d0ff91104b18006123f368c4f4033"
|
|
format = "tar.gz"
|
|
in_subdir = false
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|