1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00
opentracker_ynh/manifest.toml
Éric Gaspar 82e4f12c21 fix
2023-05-01 19:12:55 +02:00

44 lines
816 B
TOML

packaging_format = 2
id = "opentracker"
name = "OpenTracker"
description.en = "Bittorrent tracker"
description.fr = "Tracker Bittorrent"
version = "1.0~ynh3"
maintainers = ["liberodark"]
[upstream]
license = "Beerware"
website = "http://erdgeist.org/arts/software/opentracker/"
demo = "https://dispatch.khlieng.com/connect"
admindoc = "http://erdgeist.org/arts/software/opentracker/"
[integration]
yunohost = ">= 11.1.18"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[resources]
[resources.ports]
main.default = 6969
main.exposed = "Both"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
[resources.apt]
packages = "libowfat-dev zlib1g-dev make build-essential"