summaryrefslogtreecommitdiff
path: root/strata/devtools/git.morph
blob: 40945640696d8d402d744062225600b01477e16c (plain)
1
2
3
4
5
6
7
8
9
10
11
name: git
kind: chunk
build-system: autotools
pre-configure-commands:
- make configure
build-commands:
- make all doc
install-commands:
- make install install-doc
post-install-commands:
- install -D -m 644 -t "$DESTDIR"/etc/bash_completion.d/. contrib/completion/git-completion.bash