blob: 6d9686bc05724e092fb90eef92c400e491394899 (
plain) (
tree)
|
|
{
"id": "git",
"name": "Git (may require compilation)",
"options": {
"version": {
"type": "string",
"proposals": ["latest", "os-provided"],
"default": "os-provided",
"description": "Select or enter a Git version."
},
"ppa": {
"type": "boolean",
"default": true,
"description": "Install from PPA if available"
}
},
"install": {
"app": "",
"file": "install.sh"
}
}
|