From 94fe2e22b812ee41ecd2816b8b0549cc19f047a7 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 16 Dec 2018 13:34:12 +0100 Subject: [PATCH] Test manifest --- manifest.json | 22 ++++++++++------------ scripts/install | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index a807cbf..65da62c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,27 +1,25 @@ { - "name": "YunoHost example app", - "id": "ynhexample", + "name": "Calibre-web", + "id": "calibreweb", "packaging_format": 1, "description": { - "en": "Example package for YunoHost application.", - "fr": "Exemple de package d’application pour YunoHost." + "en": "Calibre-web for Yunohost", + "fr": "Calibre-web pour Yunohost." }, - "version": "1.0~ynh1", - "url": "https://example.com", + "version": "0.9~ynh1", + "url": "https://github.com/janeczku/calibre-web", "license": "free", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com", - "url": "http://example.com" + "name": "Krakinou", + "email": "misterl56@hotmail.com" }, "requirements": { "yunohost": ">= 2.7.14" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx", - "php5-fpm", - "mysql" + "calibreweb" ], "arguments": { "install" : [ diff --git a/scripts/install b/scripts/install index ad2a886..805e06a 100755 --- a/scripts/install +++ b/scripts/install @@ -1,5 +1,5 @@ #!/bin/bash -#add comment + #================================================= # GENERIC START #=================================================