Opened 13 months ago
Closed 12 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 13 months ago by cooljeanius (Eric Gallager)
comment:2 Changed 12 months ago by TheRealKeto (Keto)
Owner: | set to Keto <therealketo@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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:I don't actually have
GOPROXY
set, though: