23 lines
789 B
Text
23 lines
789 B
Text
# Template file for 'mercurial'
|
|
pkgname=mercurial
|
|
version=2.4.1
|
|
revision=1
|
|
build_style=python-module
|
|
makedepends="python-devel"
|
|
pycompile_module="${pkgname} 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=d18c8a139fc20bd38584e87d09878b61e4311a5ba67bf36f7fa915068722cf8c
|
|
long_desc="
|
|
Mercurial is a fast, lightweight Source Control Management system
|
|
designed for efficient handling of very large distributed projects."
|
|
|
|
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
|
|
}
|