1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/squid3_ynh.git synced 2024-09-03 20:26:11 +02:00
squid3_ynh/manifest.json
2018-09-14 10:38:41 +05:30

23 lines
492 B
JSON

{
"name": "squid3",
"id": "squid3",
"packaging_format": 1,
"description": {
"en": "Squid 3 package for Yunohost"
},
"version": "1.0~ynh1",
"url": "http://www.squid-cache.org/",
"license": "free",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 2.7.14"
},
"multi_instance": false,
"services": [],
"arguments": {
"install" : []
}
}