1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Test manifest

This commit is contained in:
Krakinou 2018-12-16 13:34:12 +01:00
parent aecae63c5f
commit 94fe2e22b8
2 changed files with 11 additions and 13 deletions

View file

@ -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 dapplication 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" : [

View file

@ -1,5 +1,5 @@
#!/bin/bash
#add comment
#=================================================
# GENERIC START
#=================================================