PORTNAME=	gotestsum
DISTVERSIONPREFIX=	v
DISTVERSION=	1.13.0
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	adamw@FreeBSD.org
COMMENT=	Go test runner with output for humans and CI
WWW=		https://github.com/gotestyourself/gotestsum

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
GO_MODULE=	github.com/gotestyourself/gotestsum

PLIST_FILES=	bin/gotestsum

.include <bsd.port.mk>
