summaryrefslogtreecommitdiff
path: root/trove/hg-fast-export.morph
blob: ac28b1da41b8c20213e1ec5f2affa8e66a1dae85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: trove/hg-fast-export.morph
kind: chunk
repo: upstream:hg-fast-export
ref: 09a472aa58da0417a11a22bae172785f7cb2e80f
install-commands:
- install -d "$DESTDIR/$PREFIX/bin"
- install -m 0755 hg-fast-export.py "$DESTDIR/$PREFIX/bin/"
- install -m 0755 hg-reset.py "$DESTDIR/$PREFIX/bin/"
- install -m 0755 hg-fast-export.sh "$DESTDIR/$PREFIX/bin/hg-fast-export"
- install -m 0755 hg-reset.sh "$DESTDIR/$PREFIX/bin/hg-reset"
- install -d "$DESTDIR/$PREFIX/lib/python2.7/site-packages"
- install -m 0644 hg2git.py "$DESTDIR/$PREFIX/lib/python2.7/site-packages/"
build_depends:
- trove/mercurial-tarball.morph