void-packages/srcpkgs/mercurial/template
2015-01-02 11:45:48 +00:00

23 lines
714 B
Text

# Template file for 'mercurial'
pkgname=mercurial
version=3.2.4
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=08d4169d02fd24819a7b3203ba85ccf5037dc646e082eb1b21b3c87ed576f6bc
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
}