contrib/mercurial/Pkgfile
2006-10-29 12:38:47 +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.1
release=1
source=(http://www.selenic.com/mercurial/release/mercurial-$version.tar.gz)
build() {
cd mercurial-$version
python setup.py install --root=$PKG
}