features/collection/git/feature.json

21 lines
518 B
JSON
Raw Normal View History

{
"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"
}
}