-
Notifications
You must be signed in to change notification settings - Fork 20
/
manifest.toml
69 lines (50 loc) · 1.77 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
59
60
61
62
63
64
65
66
67
68
69
packaging_format = 2
id = "kresus"
name = "Kresus"
description.en = "Personal finance manager"
description.fr = "Outil personnel de gestion de finances"
version = "0.22.0~ynh1"
maintainers = ["Nicolas <nicofrand> Frandeboeuf"]
[upstream]
license = "AGPL-3.0-only"
website = "https://kresus.org"
demo = "https://kresus.org/en/demo.html"
admindoc = "https://kresus.org/en/doc.html"
code = "https://framagit.org/kresusapp/kresus"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64", "arm64"]
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 = "/kresus"
[install.init_main_permission]
type = "group"
default = "all_users"
[resources]
[resources.sources.main]
url = "https://framagit.org/kresusapp/kresus/-/archive/0.22.0/kresus-0.22.0.tar.bz2"
sha256 = "b0da906dc8dd62aefa1a737ee138bd7116ff731f5a26e5b72a4592dc0049c64c"
autoupdate.strategy = "latest_gitlab_tag"
[resources.ports]
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "locales, git, python3, python3-dev, python3-pip, python3-selenium, python3-josepy, libffi-dev, libxml2-dev, libxslt-dev, libyaml-dev, libtiff-dev, libjpeg-dev, libopenjp2-7-dev, zlib1g-dev, libfreetype6-dev, libwebp-dev, build-essential, gcc, g++, wget, unzip, mupdf-tools, libnss3-tools, python3-nss, virtualenv, postgresql"
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"
[resources.database]
type = "postgresql"