void-packages/srcpkgs/mercurial/template
2015-07-02 07:34:14 +02:00

23 lines
717 B
Bash

# Template file for 'mercurial'
pkgname=mercurial
version=3.4.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@voidlinux.eu>"
license="GPL-2"
homepage="http://mercurial.selenic.com"
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
checksum=dcc90e4a8476149ecc8af13c08202860b4c9c987a94c4f3c18b28294b6fd8ecd
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
}