mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
[fix] Set yunohost requirements in the manifest
This commit is contained in:
parent
d8e22482ab
commit
2489236a2d
1 changed files with 5 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
"name": "OwnCloud",
|
"name": "OwnCloud",
|
||||||
"id": "owncloud",
|
"id": "owncloud",
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Sync & share your files, pictures, music, contacts, calendars, and much more !",
|
"en": "Sync & share your files, pictures, music, contacts, calendars, and much more!",
|
||||||
"fr": "Synchronisez et partagez vos fichiers, images, musiques, contacts, calendriers, et bien plus !"
|
"fr": "Synchronisez et partagez vos fichiers, images, musiques, contacts, calendriers, et bien plus !"
|
||||||
},
|
},
|
||||||
"url": "http://owncloud.org",
|
"url": "https://owncloud.org",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "kload",
|
"name": "kload",
|
||||||
"email": "kload@kload.fr"
|
"email": "kload@kload.fr"
|
||||||
|
@ -16,6 +16,9 @@
|
||||||
"php5-fpm",
|
"php5-fpm",
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
|
"requirements": {
|
||||||
|
"yunohost": ">= 2.3.12"
|
||||||
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue