contrib/mercurial/Pkgfile

15 lines
365 B
Plaintext
Raw Normal View History

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