aboutsummaryrefslogtreecommitdiff
path: root/finance/cointop/Makefile
blob: 2e3a3f604d6fc619dda57356c7b5cddcb35ddb93 (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=	cointop
DISTVERSIONPREFIX=	v
DISTVERSION=	1.6.10
PORTREVISION=	5
CATEGORIES=	finance

MAINTAINER=	lcook@FreeBSD.org
COMMENT=	Cryptocurrency coin stats
WWW=		https://github.com/miguelmota/cointop

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules
GO_MODULE=	github.com/${PORTNAME}-sh/${PORTNAME}
GO_BUILDFLAGS=	-ldflags "\
		-s -w \
		-X ${GO_MODULE}/cointop.version=${DISTVERSION}"

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>