diff options
Diffstat (limited to 'games/typtea/Makefile')
-rw-r--r-- | games/typtea/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/games/typtea/Makefile b/games/typtea/Makefile new file mode 100644 index 000000000000..afe92671b2d4 --- /dev/null +++ b/games/typtea/Makefile @@ -0,0 +1,21 @@ +PORTNAME= typtea +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.4 +CATEGORIES= games + +MAINTAINER= nxjoseph@protonmail.com +COMMENT= Minimal terminal-based typing speed test +WWW= https://github.com/ashish0kumar/typtea + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:1.23,modules + +GO_MODULE= github.com/ashish0kumar/typtea + +GO_BUILDFLAGS+= -ldflags="-s -w -X github.com/ashish0kumar/typtea/cmd.version=${DISTVERSIONFULL}" + +PLIST_FILES= bin/typtea + +.include <bsd.port.mk> |