summaryrefslogtreecommitdiff
path: root/gitlab-shell.morph
blob: 81d2c959f52a6376541412370beca875af0bf3b5 (plain)
1
2
3
4
5
6
7
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"