diff --git a/manifest.toml b/manifest.toml new file mode 100644 index 0000000..7eb4a47 --- /dev/null +++ b/manifest.toml @@ -0,0 +1,51 @@ +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.1~ynh1" + +maintainers = ["Eclipse"] + +[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_ynh/src/branch/main/tools/sr2ini_ynh-o.1~ynh1.tar.gz" + sha256 = "abfb79af75dbf3ff5dc9373f112df1767056f4bdb0b06ccdd885823a13e70df9" + format = "tar.gz" + in_subdir = "false" + + [resources.system_user] + + [resources.install_dir] + + [resources.permissions] + main.url = "/"