Bug 250039 - [NEW PORT] devel/glab: Open-source GitLab command line tool
Summary: [NEW PORT] devel/glab: Open-source GitLab command line tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL: https://github.com/profclems/glab
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-02 03:09 UTC by Lewis Cook
Modified: 2020-10-22 14:58 UTC (History)
1 user (show)

See Also:


Attachments
glab-1.10.0.diff (18.33 KB, patch)
2020-10-02 03:09 UTC, Lewis Cook
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-10-02 03:09:52 UTC
Created attachment 218459 [details]
glab-1.10.0.diff

GLab is an open source Gitlab Cli
tool written in Go (golang) to help
work seamlessly with Gitlab from the
command line. Work with issues, merge
requests, watch running pipelines
directly from your CLI among other
features. Inspired by gh, the official
GitHub CLI tool.

WWW: https://clementsam.tech/glab/

QA:

 * portlint: OK (looks fine).
 * testport: OK (poudriere: 12.1-RELEASE-p10, amd64).
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-10-22 14:57:29 UTC
A commit references this bug:

Author: swills
Date: Thu Oct 22 14:57:16 UTC 2020
New revision: 552984
URL: https://svnweb.freebsd.org/changeset/ports/552984

Log:
  devel/glab: create port

  GLab is an open source Gitlab Cli tool written in Go (golang) to help work
  seamlessly with Gitlab from the command line. Work with issues, merge requests,
  watch running pipelines directly from your CLI among other features. Inspired
  by gh, the official GitHub CLI tool.

  WWW: https://clementsam.tech/glab/

  PR:		250039
  Submitted by:	Lewis Cook <vulcan@wired.sh>

Changes:
  head/devel/Makefile
  head/devel/glab/
  head/devel/glab/Makefile
  head/devel/glab/distinfo
  head/devel/glab/files/
  head/devel/glab/files/patch-vendor_github.com_muesli_termenv_termenv__unix.go
  head/devel/glab/pkg-descr
Comment 2 Steve Wills freebsd_committer freebsd_triage 2020-10-22 14:58:57 UTC
Committed, thanks!