# Description: Mercurial plugin to push to and pull from a git server # URL: http://hg-git.github.com/ # Maintainer: markus schnalke, meillo at marmaro dot de # Depends on: python, python-dulwich # License: GPL name=hg-git version=0.2.6 release=1 source=(https://github.com/schacon/hg-git/tarball/0.2.6) build() { tar xzf 0.2.6 cd schacon-hg-git-dfeba31 python setup.py install --root=$PKG find $PKG -name '*egg-info' | xargs rm -rf }