mirror of
https://github.com/YunoHost-Apps/minidlna_ynh.git
synced 2024-09-03 19:36:34 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
7570b11b22
commit
9dcde98be3
1 changed files with 30 additions and 27 deletions
|
@ -1,32 +1,35 @@
|
||||||
{
|
{
|
||||||
"name": "MiniDLNA",
|
"name": "MiniDLNA",
|
||||||
"id": "minidlna",
|
"id": "minidlna",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Light DLNA server to share media files over the LAN",
|
"en": "Light DLNA server to share media files over the LAN",
|
||||||
"fr": "Serveur DLNA léger pour partager les fichiers multimédia sur le réseau local"
|
"fr": "Serveur DLNA léger pour partager les fichiers multimédia sur le réseau local"
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh8",
|
"version": "1.0~ynh8",
|
||||||
"url": "http://minidlna.sourceforge.net/",
|
"url": "http://minidlna.sourceforge.net/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"website": "http://minidlna.sourceforge.net"
|
"website": "http://minidlna.sourceforge.net",
|
||||||
|
"cpe": "cpe:2.3:a:readymedia_project:readymedia"
|
||||||
},
|
},
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"previous_maintainers": [{
|
"previous_maintainers": [
|
||||||
"name": "Maniack Crudelis",
|
{
|
||||||
"email": "maniackc_dev@crudelis.fr"
|
"name": "Maniack Crudelis",
|
||||||
}],
|
"email": "maniackc_dev@crudelis.fr"
|
||||||
"requirements": {
|
}
|
||||||
|
],
|
||||||
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [],
|
"services": [],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : []
|
"install": []
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue