21 lines
670 B
Text
21 lines
670 B
Text
# Template file for 'mercurial'
|
|
pkgname=mercurial
|
|
version=2.9.1
|
|
revision=1
|
|
build_style=python-module
|
|
hostmakedepends="python-devel"
|
|
makedepends="python-devel"
|
|
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=a20fb1434ecbdb070ef955c7c292db9eb2676bfc1ac165e95ba73866623bc01a
|
|
|
|
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
|
|
}
|