-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.toml
58 lines (43 loc) · 1.23 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
packaging_format = 2
id = "headphones"
name = "Headphones"
description.en = "Automated music downloader for NZB and Torrent"
description.fr = "Téléchargeur de musique automatisé pour NZB et Torrent"
version = "0.6.3~ynh2"
maintainers = []
[upstream]
license = "GPL-3.0-or-later"
userdoc = "https://github.com/rembo10/headphones/wiki/Usage-guide"
code = "https://github.com/rembo10/headphones"
[integration]
yunohost = ">= 11.1.19"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "900M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/headphones"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/rembo10/headphones/archive/refs/tags/v0.6.3.tar.gz"
sha256 = "98e5c7bc2c09c689d03d92e6faff697e9cdfb48850a816d8ebdf464e60017cec"
autoupdate.strategy = "latest_github_tag"
[resources.ports]
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
subdirs = ["cache"]
[resources.permissions]
main.url = "/"
[resources.apt]
packages ="python3 python3-venv"