mirror of
https://github.com/YunoHost-Apps/squid3_ynh.git
synced 2024-09-03 20:26:11 +02:00
23 lines
492 B
JSON
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" : []
|
|
}
|
|
}
|