summaryrefslogtreecommitdiff
path: root/gitlab-shell.morph
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab-shell.morph')
-rw-r--r--gitlab-shell.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/gitlab-shell.morph b/gitlab-shell.morph
new file mode 100644
index 0000000..81d2c95
--- /dev/null
+++ b/gitlab-shell.morph
@@ -0,0 +1,8 @@
+name: gitlab-shell
+kind: chunk
+configure-commands:
+build-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"