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

github.setup        ingydotnet git-hub e4a859a3986b724324e2b9a8d35afee1ed110f43
version             2022.08.02
revision            0
categories          devel
platforms           any
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT

conflicts           git-hub-py

description         Do GitHub operations from the `git` command
long_description    {*}${description}

checksums           rmd160  bdad2fc97b1e3201e2b4302bf56dffa9679b615f \
                    sha256  342400eedb81ab7c4ff7e34e9a39240372e7a4af2b72660b4367b42c84b784b0 \
                    size    196386
github.tarball_from archive
supported_archs     noarch

depends_run-append  port:bash \
                    path:bin/git:git \
                    path:bin/perl:perl5

use_configure       no
build               { }

destroot.args       DESTDIR=${destroot}${prefix}
