void-packages/srcpkgs/mercurial/template
2014-11-02 20:21:29 +01:00

23 lines
712 B
Text

# Template file for 'mercurial'
pkgname=mercurial
version=3.2
revision=1
lib32disabled=yes
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-devel"
depends="ca-certificates"
pycompile_module="mercurial hgext"
short_desc="Fast, lightweight source control management system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://mercurial.selenic.com"
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
checksum=d3a8cd7b46a6d1f934e461d99a9347475b16fbd73886c5a742b853570a66ce7f
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
}