From 360627a91ed5d71ddd4196021aebb501f604a429 Mon Sep 17 00:00:00 2001 From: John Hackett Date: Fri, 31 Mar 2023 21:39:21 +0100 Subject: [PATCH] Update notes_about_new_packaging_v2.md --- .../notes_about_new_packaging_v2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/notes_about_new_packaging_v2.md b/pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/notes_about_new_packaging_v2.md index 8d0ab270..8f7389dc 100644 --- a/pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/notes_about_new_packaging_v2.md +++ b/pages/06.contribute/10.packaging_apps/60.advanced/70.notes_about_new_packaging_v2/notes_about_new_packaging_v2.md @@ -31,9 +31,10 @@ Usage: `python3 convert_app_to_packaging_v2.py /path/yo/your/app` This will edit the file in place and you should then carefully review and iterate over what the script did for you. - ### Highlights of the new format +The [example repo](https://github.com/YunoHost/example_ynh) illustrates the below. + - **The manifest is now written as toml (`manifest.toml`)** instead of json (`manifest.json`). The structure of the manifest itself has been reworked and now include: - The `upstream` section (now mandatory) - An `integration` section meant to formalize what minimum YunoHost version is required, the list of supported architectures, declare if SSO/LDAP is supported, typical resource usage. This is meant to be displayed both in the catalog (similar to app stores) and on the app info page after installing the app - though this is still work in progress.