# -*- 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 herrhotzenplotz gcli 2.9.1 v github.tarball_from archive revision 0 categories devel license BSD maintainers nomaintainer description CLI utility to interact with various Git forges long_description GCLI is a simple and portable CLI tool for interacting with GitHub, \ GitLab, and Gitea from the command line. homepage https://herrhotzenplotz.de/gcli/ checksums rmd160 cf52bb5ca92d7bc0643ec72dd88951e865679b7f \ sha256 5f48c3f016c1ef92c53b319ebdf751e66d5757070fc9ae678bedb185a450d426 \ size 455543 depends_lib-append port:curl depends_build-append port:bash\ port:bison \ port:flex \ path:bin/pkg-config:pkgconfig # `realpath` is not available on Monterey and earlier. if {${macos_version_major} <= 12} { depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils } configure.env-append SHELL=${prefix}/bin/bash build.env-append SHELL=${prefix}/bin/bash