# -*- 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

github.setup        git-cola git-cola 2.8 v
platforms           darwin
maintainers         raimue \
                    openmaintainer
license             GPL-2+

description         The highly caffeinated Git GUI
long_description    git-cola is a powerful Git GUI with a slick and \
                    intuitive user interface.

checksums           rmd160  a1f792e675a203a260a69b77b8425dae218c4726 \
                    sha256  0c8267d4557d271efcc87ba7eab3b5b800d78ff85e6a34d2a35307b4d893e231

depends_build       port:py35-sphinx
depends_lib         port:python35 \
                    port:py35-pyqt5

use_configure no

build.args          prefix=${prefix} \
                    PYTHON=${prefix}/bin/python3.5 \
                    SPHINXBUILD=${prefix}/bin/sphinx-build-3.5

destroot.args       prefix=${prefix}