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

PortSystem              1.0
PortGroup               github 1.0
PortGroup               python 1.0

github.setup            frostming legit 1.2.0
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from     tarball
revision                4
categories              devel
platforms               {darwin any}
maintainers             {khindenburg @kurthindenburg} openmaintainer
supported_archs         noarch
license                 BSD

description             Legit provides a simplified git workflow.

long_description        Legit is a complementary command-line interface for Git, \
                        optimized for workflow simplicity. It is heavily inspired by GitHub for Mac.

checksums               rmd160  b9ba740951cdb07ebcce1738149193137292f468 \
                        sha256  cbcb08b70b8b2ebd97f82ba3fdc9420006cf961fb38dd09cbfe4078170228d92 \
                        size    33972

python.default_version  312

depends_build-append    port:py${python.version}-setuptools

depends_lib-append      port:py${python.version}-appdirs \
                        port:py${python.version}-certifi \
                        port:py${python.version}-chardet \
                        port:py${python.version}-click \
                        port:py${python.version}-clint \
                        port:py${python.version}-crayons \
                        port:py${python.version}-gitdb \
                        port:py${python.version}-gitpython \
                        port:py${python.version}-parsing \
                        port:py${python.version}-packaging \
                        port:py${python.version}-six \
                        port:py${python.version}-smmap
