# -*- 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 golang 1.0 go.setup github.com/ankitpokhrel/jira-cli 1.5.2 v github.tarball_from archive revision 0 description Feature-rich interactive Jira command line long_description \ Jira-Cli is an interactive command line tool for Atlassian Jira that will \ help you avoid Jira UI to some extent. This tool is not yet considered \ complete but has all the essential features required to improve your \ workflow with Jira. categories devel installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 e6ffd8dd59dfdd96e9729a1d1b90a866df55f4ed \ sha256 2ac3171537ff7e194ae52fb3257d0a3c967e20d5b7a49a730c131ddc4c5f6ed4 \ size 53295191 # Allow Go to fetch dependencies at build-time go.offline_build no build.cmd make build.pre_args GIT_COMMIT=archive \ SOURCE_DATE_EPOCH="-1" \ VERSION=${version} build.args build patch { reinplace {s|go build|go build -o ./bin/|g} ${worksrcpath}/Makefile } pre-build { file mkdir ${worksrcpath}/bin } destroot { xinstall -m 0755 ${worksrcpath}/bin/jira ${destroot}${prefix}/bin/ } notes " ${name} has been installed as `jira` "