From a85d3f8e3e28a95e44e00f54f0f7ebce6be4c0d0 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 23 Aug 2017 00:31:51 +0200 Subject: [PATCH 1/2] Add version field Needed for ynh_install_app_dependencies --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index a1f7b55..9b71054 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,7 @@ }, "url": "https://example.com", "license": "free", + "version": "1.0", "maintainer": { "name": "John doe", "email": "john.doe@example.com", From 510d48d6c3825dd15d6865e1e527cd372fd9539e Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 23 Aug 2017 01:20:15 +0200 Subject: [PATCH 2/2] Rename to chek_process.default Like that, package will not use this file until is really filled. --- check_process => check_process.default | 3 +++ 1 file changed, 3 insertions(+) rename check_process => check_process.default (89%) diff --git a/check_process b/check_process.default similarity index 89% rename from check_process rename to check_process.default index 030355f..cf7ad59 100644 --- a/check_process +++ b/check_process.default @@ -1,5 +1,8 @@ # See here for more informations # https://github.com/YunoHost/package_check#syntax-check_process-file + +# Move this file from check_process.default to check_process when you have filled it. + ;; Test complet ; Manifest domain="domain.tld" (DOMAIN)