summaryrefslogtreecommitdiff
path: root/elements/lorry/hg-fast-export.bst
blob: 8cc127855c9b24c7a398ade9134bad653d708847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
kind: manual
depends:
- foundation.bst
- python-cliapp.bst
- pcre-utils.bst
- lorry/mercurial-tarball.bst
sources:
- kind: git
  url: upstream:hg-fast-export
  track: baserock/morph
  ref: 09a472aa58da0417a11a22bae172785f7cb2e80f
config:
  install-commands:
  - install -d "%{install-root}/%{prefix}/bin"
  - install -m 0755 hg-fast-export.py "%{install-root}/%{prefix}/bin/"
  - install -m 0755 hg-reset.py "%{install-root}/%{prefix}/bin/"
  - install -m 0755 hg-fast-export.sh "%{install-root}/%{prefix}/bin/hg-fast-export"
  - install -m 0755 hg-reset.sh "%{install-root}/%{prefix}/bin/hg-reset"
  - install -d "%{install-root}/%{prefix}/lib/python2.7/site-packages"
  - install -m 0644 hg2git.py "%{install-root}/%{prefix}/lib/python2.7/site-packages/"