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

PortSystem              1.0
PortGroup               github 1.0
PortGroup               makefile 1.0

github.setup            allocata sip 1.0.1 v
revision                0

categories              sysutils devel www
license                 MIT
maintainers             {@barracuda156 macos-powerpc.org:barracuda} openmaintainer

description             Small command-line utility to download files, directories \
                        or entire repositories from GitHub
long_description        {*}${description}
checksums               rmd160  7d9ffe99ba6aa3af73d4e5e2bb6031859a3446df \
                        sha256  0b4f41b7dfd532ab8fe4e746ce95ef15f82b5ab14c75b54408cd0be2527268b7 \
                        size    9438
github.tarball_from     archive

installs_libs           no

# There is no linking, but executables are used at runtime.
depends_run-append      port:curl \
                        path:bin/git:git

compiler.cxx_standard   2017
