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
2023-09-26 21:14:20 +02:00

52 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.4.0~ynh4"
maintainers = ["eric_G"]
[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.4.0.tar.gz"
sha256 = "c9dc70befddfba3126ac2a375bd1ac72aa80e7e288bb1d46cfbe392c6e752e13"
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"