aboutsummaryrefslogtreecommitdiff
path: root/games/typtea/Makefile
blob: 4a4a26008e4539626fa3d1b9c52ef84457a064c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	typtea
DISTVERSIONPREFIX=	v
DISTVERSION=	0.1.6
PORTREVISION=	5
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: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>