summaryrefslogtreecommitdiff
path: root/strata/gitlab/gitlab-shell.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/gitlab/gitlab-shell.morph')
-rw-r--r--strata/gitlab/gitlab-shell.morph23
1 files changed, 23 insertions, 0 deletions
diff --git a/strata/gitlab/gitlab-shell.morph b/strata/gitlab/gitlab-shell.morph
new file mode 100644
index 00000000..601cdbe8
--- /dev/null
+++ b/strata/gitlab/gitlab-shell.morph
@@ -0,0 +1,23 @@
+name: gitlab-shell
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands: null
+post-configure-commands: []
+pre-build-commands: []
+build-commands: null
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- mkdir -p "$DESTDIR/$PREFIX/share/gitlab-shell"
+- cp -R * "$DESTDIR/$PREFIX/share/gitlab-shell"
+- chmod -R a+rX,g+w "$DESTDIR/$PREFIX/share/gitlab-shell"
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []