diff options
Diffstat (limited to 'mercurial/Pkgfile')
-rw-r--r-- | mercurial/Pkgfile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mercurial/Pkgfile b/mercurial/Pkgfile new file mode 100644 index 0000000..b9af3e1 --- /dev/null +++ b/mercurial/Pkgfile @@ -0,0 +1,14 @@ +# Converted from Crux’s contrib repository using pkgfile-old2new by Lukc. + +description="A distributed VCS." +packager="James Mills (SMTP: prologic AT shortcircuit DOT net DOT au)" +maintainer="Thomas Penteker (SMTP: tek AT serverop DOT de)" +url=http://www.selenic.com/mercurial/wiki/ +depends=(python) + +name=mercurial +version=1.6.3 +release=1 +source=(http://www.selenic.com/$name/release/$name-$version.tar.gz) + +includes=(python) |