# Depends on: python2 git gnupg subversion bzr python2-docutils ca-certificates url="http://mercurial.selenic.com" packager="berlius at nutyx dot com, tnut at nutyx dot org" description="Distributed source control management tool similar to Git and Bazaar written in Python" name=mercurial version=4.0.1 release=2 source=(https://www.mercurial-scm.org/release/mercurial-$version.tar.gz) build() { cd $name-$version make build make doc make DESTDIR=$PKG PREFIX=/usr install-bin make DESTDIR=$PKG PREFIX=/usr install-doc }