summaryrefslogtreecommitdiff
path: root/elements/devtools/git.bst
blob: 635144c85cb6b5f7582903635f8dc090079ac408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
kind: autotools
depends:
- core.bst
- python2-core.bst
- docutils.bst
sources:
- kind: git
  url: upstream:git
  track: v2.8.0-rc2
  ref: ed9067f705aa51819c7dfff7e4190dd267beaf5d
config:
  pre-configure-commands:
  - make configure
  build-commands:
  - make all doc
  install-commands:
  - DESTDIR="%{install-root}" make install install-doc
  post-install-commands:
  - install -D -m 644 -t "%{install-root}"/etc/bash_completion.d/. contrib/completion/git-completion.bash