1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gemserv_ynh.git synced 2024-09-03 18:36:27 +02:00
gemserv_ynh/manifest.json

29 lines
579 B
JSON
Raw Normal View History

2021-07-07 21:27:30 +02:00
{
2021-07-10 17:25:49 +02:00
"name": "Gemserv",
"id": "gemserv",
2021-07-07 21:27:30 +02:00
"packaging_format": 1,
"description": {
2021-07-10 17:25:49 +02:00
"en": "A gemini server written in rust."
2021-07-07 21:27:30 +02:00
},
2022-08-02 21:09:49 +02:00
"version": "0.6.6~ynh4",
2021-07-14 15:10:42 +02:00
"url": "https://git.sr.ht/~int80h/gemserv/",
2021-07-07 21:27:30 +02:00
"upstream": {
2021-07-10 17:25:49 +02:00
"license": "MIT",
2021-07-14 15:10:42 +02:00
"code": "https://git.sr.ht/~int80h/gemserv"
2021-07-07 21:27:30 +02:00
},
2021-07-10 17:25:49 +02:00
"license": "MIT",
2021-07-07 21:27:30 +02:00
"maintainer": {
2022-01-07 00:42:59 +01:00
"name": "yalh76"
2021-07-07 21:27:30 +02:00
},
"requirements": {
2022-01-10 21:41:15 +01:00
"yunohost": ">= 4.3.0"
2021-07-07 21:27:30 +02:00
},
2021-07-10 17:25:49 +02:00
"multi_instance": false,
2021-07-07 21:27:30 +02:00
"services": [
2021-07-10 17:25:49 +02:00
""
2021-07-07 21:27:30 +02:00
],
"arguments": {
2022-05-07 20:31:40 +02:00
"install": []
2021-07-07 21:27:30 +02:00
}
2022-07-29 21:01:48 +02:00
}