summaryrefslogtreecommitdiff
path: root/strata/core/git.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/git.morph')
-rw-r--r--strata/core/git.morph22
1 files changed, 22 insertions, 0 deletions
diff --git a/strata/core/git.morph b/strata/core/git.morph
new file mode 100644
index 00000000..3958a16e
--- /dev/null
+++ b/strata/core/git.morph
@@ -0,0 +1,22 @@
+name: git
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands: []
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make prefix=${PREFIX-/usr} all PYTHON_PATH=${PREFIX-/usr}/bin/python NO_TCLTK=YesPlease
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make prefix=${PREFIX-/usr} install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []