Opened 7 months ago

Closed 6 months ago

#68571 closed request (fixed)

Port request: checkmake

Reported by: cooljeanius (Eric Gallager) Owned by: TheRealKeto (Keto)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: checkmake

Description

checkmake is a linter for Makefiles written in Go: https://github.com/mrtazz/checkmake I tried using go2port but I don't really know how to use it, so I just got this output:

$ go2port https://github.com/mrtazz/checkmake
No help topic for 'https://github.com/mrtazz/checkmake'

Change History (2)

comment:1 Changed 7 months ago by cooljeanius (Eric Gallager)

Also, the repo's README says that it can be installed with go install github.com/mrtazz/checkmake/cmd/checkmake@latest, but when I try that, I get this result:

$ go install github.com/mrtazz/checkmake/cmd/checkmake@latest
go: github.com/mrtazz/checkmake/cmd/checkmake@latest: GOPROXY list is not the empty string, but contains no entries

I don't actually have GOPROXY set, though:

$ env | grep GO
GOROOT=/opt/local/lib/go-1.4
GOPATH=/opt/local/lib/go-1.4:/opt/sw/lib/go

comment:2 Changed 6 months ago by TheRealKeto (Keto)

Owner: set to Keto <therealketo@…>
Resolution: fixed
Status: newclosed

In b23e83a983f55b6d1f2e2969af4cfc1fd7c61c27/macports-ports (master):

checkmake: new port (0.2.2)

Closes: #68571

Note: See TracTickets for help on using tickets.