mirror of
https://github.com/YunoHost-Apps/zap_ynh.git
synced 2024-09-03 20:36:07 +02:00
Fix sources checksums, coding style in toml
This commit is contained in:
parent
45f77930d4
commit
831f0cb9c9
2 changed files with 25 additions and 10 deletions
|
@ -1,3 +1,5 @@
|
|||
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||||
|
||||
packaging_format = 2
|
||||
|
||||
id = "zap"
|
||||
|
@ -40,14 +42,14 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
url = "https://codeberg.org/zot-archive/zap/archive/078714b9dde991d02f8cce1183ce357d96405558.tar.gz"
|
||||
sha256 = "b188872d60ef30d50686a079da03cc4cdee451729a84bcf748649bbe8b8568e6"
|
||||
[resources.sources.main]
|
||||
url = "https://codeberg.org/zot-archive/zap/archive/078714b9dde991d02f8cce1183ce357d96405558.tar.gz"
|
||||
sha256 = "6159da945fe504bffe23f80d299bfe3e146a9d9df76412f5bea6d1d415516d34"
|
||||
|
||||
[resources.sources.app_addons]
|
||||
url = "https://codeberg.org/zot-archive/zap-addons/archive/b2ddcc67735fb413f14efcc9c49780469b8b61cf.tar.gz"
|
||||
sha256 = "05595b3baa9d08001a8f01c7d069ebfb1b325621dd75e84ebc1257769e0f2f4a"
|
||||
in_subdir = false
|
||||
[resources.sources.app_addons]
|
||||
url = "https://codeberg.org/zot-archive/zap-addons/archive/b2ddcc67735fb413f14efcc9c49780469b8b61cf.tar.gz"
|
||||
sha256 = "009f5047096fdbe3becaebfb7ac3ee34d7efd3f4f891e3a645484a7e406598a1"
|
||||
in_subdir = false
|
||||
|
||||
|
||||
[resources.system_user]
|
||||
|
@ -58,7 +60,18 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "postgresql, postgresql-contrib, php7.4-pgsql, php7.4-mbstring, php7.4-cli, php7.4-imagick, php7.4-xml, php7.4-zip, php7.4-json, php7.4-gd"
|
||||
|
||||
packages = [
|
||||
"postgresql",
|
||||
"postgresql-contrib",
|
||||
"php7.4-pgsql",
|
||||
"php7.4-mbstring",
|
||||
"php7.4-cli",
|
||||
"php7.4-imagick",
|
||||
"php7.4-xml",
|
||||
"php7.4-zip",
|
||||
"php7.4-json",
|
||||
"php7.4-gd",
|
||||
]
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
||||
|
||||
test_format = 1.0
|
||||
|
||||
[default]
|
||||
|
@ -6,4 +8,4 @@ test_format = 1.0
|
|||
# Tests to run
|
||||
# ------------
|
||||
|
||||
exclude = ["change_url"]
|
||||
exclude = ["change_url"]
|
||||
|
|
Loading…
Add table
Reference in a new issue