1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/signaturepdf_ynh.git synced 2024-09-03 20:25:57 +02:00
signaturepdf_ynh/manifest.toml
2024-02-14 11:04:06 +01:00

55 lines
1.1 KiB
TOML

packaging_format = 2
id = "signaturepdf"
name = "Signaturepdf"
description.en = "Sign, stamp, and reorganize PDF files"
description.fr = "Signez, tamponnez, et réorganisez des fichiers PDF"
version = "1.5.1~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 = ">= 11.2"
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"
[resources]
[resources.sources.main]
url = "https://github.com/24eme/signaturepdf/archive/refs/tags/v1.5.1.tar.gz"
sha256 = "4a8c6c22d53ce1b9433f9c28b56676263e3a6fc710fa4e667cf1915e48e26df7"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages ="php8.2-fpm, librsvg2-bin, pdftk, imagemagick, potrace"