View | Details | Raw Unified | Return to bug 235670
Collapse All | Expand All

(-)devel/go-gometalinter/Makefile (+24 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	gometalinter
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	3.0.0
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	go-
8
9
MAINTAINER=	mail@dbalan.in
10
COMMENT=	Concurrently run Go lint tools and normalise their output
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
USES=		go
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	alecthomas
18
GH_TAGNAME=	${DISTVERSIONPREFIX}${DISTVERSION}
19
20
GO_PKGNAME=	github.com/alecthomas/gometalinter
21
22
PLIST_FILES=	bin/${PORTNAME}
23
24
.include <bsd.port.mk>
(-)devel/go-gometalinter/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1549849853
2
SHA256 (alecthomas-gometalinter-v3.0.0_GH0.tar.gz) = 05089a96eb6514bf3e97bfe89f47a87a187cb8253bcfa9c9b8f05a4991e55360
3
SIZE (alecthomas-gometalinter-v3.0.0_GH0.tar.gz) = 1877856
(-)devel/go-gometalinter/pkg-descr (+5 lines)
Line 0 Link Here
1
Tool that concurrently runs a whole bunch of go linters and normalises
2
their output to a standard format
3
4
It is intended for use with editor/IDE integration.
5
WWW: https://github.com/alecthomas/gometalinter

Return to bug 235670