void-packages/srcpkgs/mercurial/template

24 lines
715 B
Bash
Raw Normal View History

# Template file for 'mercurial'
pkgname=mercurial
2015-05-02 06:59:50 +02:00
version=3.4
2014-07-09 09:30:16 +02:00
revision=1
2014-04-21 16:56:15 +02:00
lib32disabled=yes
build_style=python-module
2013-11-03 07:15:58 +01:00
hostmakedepends="python-devel"
2014-08-02 09:55:14 +02:00
makedepends="python-devel"
depends="ca-certificates"
pycompile_module="mercurial hgext"
short_desc="Fast, lightweight source control management system"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2011-06-04 14:44:23 +02:00
license="GPL-2"
2012-07-02 20:20:37 +02:00
homepage="http://mercurial.selenic.com"
2012-09-04 15:39:30 +02:00
distfiles="${homepage}/release/${pkgname}-${version}.tar.gz"
2015-05-02 06:59:50 +02:00
checksum=ff1da0545cdd46ebcf473176d55937a22bb55fff51cdff9d4c2f900fc80baf10
2013-05-15 22:15:54 +02:00
2012-01-10 09:48:11 +01:00
post_install() {
2012-02-28 23:57:16 +01:00
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
}