# Template file for 'mercurial' pkgname=mercurial version=3.0.2 revision=1 lib32disabled=yes build_style=python-module hostmakedepends="python-devel" makedepends="python-devel ca-certificates" depends="ca-certificates" pycompile_module="mercurial hgext" short_desc="Fast, lightweight source control management system" maintainer="Juan RP " license="GPL-2" homepage="http://mercurial.selenic.com" distfiles="${homepage}/release/${pkgname}-${version}.tar.gz" checksum=ed387cc0e9754ec59bd4a390639b5a4ea11698ae4413243f8b4a2d6d48b3b7d6 post_install() { vmkdir usr/share/man/man1 vmkdir usr/share/man/man5 install -m644 doc/*.1 ${DESTDIR}/usr/share/man/man1 install -m644 doc/*.5 ${DESTDIR}/usr/share/man/man5 }