--- devel/go-gometalinter/Makefile (nonexistent) +++ devel/go-gometalinter/Makefile (working copy) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= gometalinter +DISTVERSIONPREFIX= v +DISTVERSION= 3.0.0 +CATEGORIES= devel +PKGNAMEPREFIX= go- + +MAINTAINER= mail@dbalan.in +COMMENT= Concurrently run Go lint tools and normalise their output + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= go +USE_GITHUB= yes +GH_ACCOUNT= alecthomas +GH_TAGNAME= ${DISTVERSIONPREFIX}${DISTVERSION} + +GO_PKGNAME= github.com/alecthomas/gometalinter + +PLIST_FILES= bin/${PORTNAME} + +.include --- devel/go-gometalinter/distinfo (nonexistent) +++ devel/go-gometalinter/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549849853 +SHA256 (alecthomas-gometalinter-v3.0.0_GH0.tar.gz) = 05089a96eb6514bf3e97bfe89f47a87a187cb8253bcfa9c9b8f05a4991e55360 +SIZE (alecthomas-gometalinter-v3.0.0_GH0.tar.gz) = 1877856 --- devel/go-gometalinter/pkg-descr (nonexistent) +++ devel/go-gometalinter/pkg-descr (working copy) @@ -0,0 +1,5 @@ +Tool that concurrently runs a whole bunch of go linters and normalises +their output to a standard format + +It is intended for use with editor/IDE integration. +WWW: https://github.com/alecthomas/gometalinter