contrib/mercurial/Pkgfile
2006-12-18 07:10:20 +01:00

15 lines
365 B
Plaintext

# Description: Distributed source code management system
# URL: http://www.selenic.com/mercurial/
# Maintainer: Mark Rosenstand, mark at borkware dot net
# Depends on: python
name=mercurial
version=0.9.3
release=1
source=(http://www.selenic.com/mercurial/release/mercurial-$version.tar.gz)
build() {
cd mercurial-$version
python setup.py install --root=$PKG
}