diff options
Diffstat (limited to 'devel/gotestsum')
-rw-r--r-- | devel/gotestsum/Makefile | 18 | ||||
-rw-r--r-- | devel/gotestsum/distinfo | 5 | ||||
-rw-r--r-- | devel/gotestsum/pkg-descr | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/gotestsum/Makefile b/devel/gotestsum/Makefile new file mode 100644 index 000000000000..ca83efae4eed --- /dev/null +++ b/devel/gotestsum/Makefile @@ -0,0 +1,18 @@ +PORTNAME= gotestsum +DISTVERSIONPREFIX= v +DISTVERSION= 1.13.0 +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> diff --git a/devel/gotestsum/distinfo b/devel/gotestsum/distinfo new file mode 100644 index 000000000000..bdb1e0568603 --- /dev/null +++ b/devel/gotestsum/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1757599902 +SHA256 (go/devel_gotestsum/gotestsum-v1.13.0/v1.13.0.mod) = 0529691902224feb8047c69fe0da20c793972c6ea3d1151eaacb0b5b58f4fffb +SIZE (go/devel_gotestsum/gotestsum-v1.13.0/v1.13.0.mod) = 608 +SHA256 (go/devel_gotestsum/gotestsum-v1.13.0/v1.13.0.zip) = f9a484530bafb51bc7c211c0b251fa0d3aaf58a3035b2cc12ff981ddd8f3c832 +SIZE (go/devel_gotestsum/gotestsum-v1.13.0/v1.13.0.zip) = 187104 diff --git a/devel/gotestsum/pkg-descr b/devel/gotestsum/pkg-descr new file mode 100644 index 000000000000..e60181bfcc43 --- /dev/null +++ b/devel/gotestsum/pkg-descr @@ -0,0 +1,5 @@ +gotestsum runs tests using go test -json, prints formatted test output, +and a summary of the test run. It is designed to work well for both +local development, and for automation like CI. + +It's `go test`, but just better. |