# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           github 1.0
PortGroup           python 1.0

github.setup        sdg-mit gitless 0.8.4 v
categories          devel python
platforms           darwin
license             GPL-2
maintainers         raimue \
                    openmaintainer

description         Version control system built on top of Git
long_description    Gitless is a version control system built on top of Git, \
                    with simpler commands and syntax. Gitless can be used on \
                    any Git repository and be mixed with regular git commands.
homepage            http://gitless.com/

checksums           rmd160  b32ad021aa8c4835f12a47785fed1b5a271de309 \
                    sha256  30a501857d3070b26dbbcecbb5b35505756acbb6814e4ef3ab6f8d834a04530d

# git depends on python27; using the same to reduce dependencies,
# although python3x would be supported
python.default_version 27

depends_run-append  port:git
depends_lib-append  port:py${python.version}-pygit2 \
                    port:py${python.version}-clint \
                    port:py${python.version}-sh