aboutsummaryrefslogtreecommitdiff
path: root/src/git/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/feature.json')
-rw-r--r--src/git/feature.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/git/feature.json b/src/git/feature.json
new file mode 100644
index 0000000..6d9686b
--- /dev/null
+++ b/src/git/feature.json
@@ -0,0 +1,21 @@
+{
+ "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"
+ }
+} \ No newline at end of file