summaryrefslogtreecommitdiff
path: root/strata/devtools/git.morph
blob: da7a8c049a688431405b9b40debca9d56ace905c (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 DESTDIR="$DESTDIR" install install-doc
post-install-commands:
- install -D -m 644 -t "$DESTDIR"/etc/bash_completion.d/. contrib/completion/git-completion.bash