summaryrefslogtreecommitdiff
path: root/gitlab-ce.morph
blob: 0e74b4dde5d72a420e9abc7a13cd6653023266ed (plain)
1
2
3
4
5
6
7
8
name: gitlab-ce
kind: chunk
configure-commands:
build-commands:
install-commands:
- mkdir -p "$DESTDIR/$PREFIX/share/gitlab-ce"
- cp -R * "$DESTDIR/$PREFIX/share/gitlab-ce"
- chmod -R a+rX,g+w "$DESTDIR/$PREFIX/share/gitlab-ce"