summaryrefslogtreecommitdiff
path: root/elements/devtools/git.bst
blob: f14a65eb5fb8022116c74e56e50258d104425c28 (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:
  configure-commands:
    (<):
    - make configure
  build-commands:
  - make all doc
  install-commands:
  - make DESTDIR="%{install-root}" install install-doc
  - install -D -m 644 -t "%{install-root}"/etc/bash_completion.d/. contrib/completion/git-completion.bash