-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.toml
64 lines (49 loc) · 1.63 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
packaging_format = 2
id = "signaturepdf"
name = "Signaturepdf"
description.en = "Sign (alone or with others), stamp, reorganize, edit metadata and compress PDF files"
description.fr = "Signez (seul ou à plusieurs), tamponnez, réorganisez, éditez les métadatas et compresser des fichiers PDF"
version = "1.7.2~ynh2"
maintainers = []
[upstream]
license = "AGPL-3.0-only"
website = "https://pdf.24eme.fr/signature"
demo = "https://pdf.24eme.fr"
code = "https://github.com/24eme/signaturepdf"
[integration]
yunohost = ">= 12.0.9"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.nss3_nick]
type = "string"
ask.en = "Choose a nickname for the digital signature"
ask.fr = "Choisissez un surnom pour la signature numérique"
pattern.regexp = '[^\.]+'
pattern.error = "The nickname cannot contain a dot"
default = "SignaturePDF"
[resources]
[resources.sources.main]
url = "https://github.com/24eme/signaturepdf/archive/refs/tags/v1.7.2.tar.gz"
sha256 = "6aab6528d22daf91ed43ff412b29734520255ba393374b41235dc2363236748b"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.data_dir]
subdirs = ["nss"]
[resources.permissions]
main.url = "/"
[resources.apt]
packages ="php8.3-fpm, librsvg2-bin, pdftk, imagemagick, potrace, poppler-utils, libnss3-tools"