# -*- 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        sdg-mit gitless 0.8.8 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            3
categories          devel python
license             MIT
maintainers         nomaintainer

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            https://gitless.com/

checksums           rmd160  bee4c60e28cc698cf006c645583ca9e19355ae65 \
                    sha256  a5f145f5c8aa56fbd08c4d2f8291a016a2ad00295efb7d1e5df082e03ad75b14 \
                    size    42454

python.default_version 313

depends_run-append  port:git

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