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..93cd3ee50869 --- /dev/null +++ b/devel/gotestsum/Makefile @@ -0,0 +1,18 @@ +PORTNAME= gotestsum +DISTVERSIONPREFIX= v +DISTVERSION= 1.12.3 +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..e621abda1e72 --- /dev/null +++ b/devel/gotestsum/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1755615589 +SHA256 (go/devel_gotestsum/gotestsum-v1.12.3/v1.12.3.mod) = f81e03c518a0af15594245c050274007bb9a81c4960273890be887e72a1d3aee +SIZE (go/devel_gotestsum/gotestsum-v1.12.3/v1.12.3.mod) = 608 +SHA256 (go/devel_gotestsum/gotestsum-v1.12.3/v1.12.3.zip) = 74fb757cdaa7711cdc5e3ed38658f0b67d76b56c870ba45a70ed830acd0f7600 +SIZE (go/devel_gotestsum/gotestsum-v1.12.3/v1.12.3.zip) = 184119 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. |