aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/thanos/Makefile
blob: fe0593d7e9ef03615ec1064b7c0b7b1176dc60cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PORTNAME=	thanos
DISTVERSIONPREFIX=	v
DISTVERSION=	0.35.1
PORTREVISION=	2
CATEGORIES=	net-mgmt

MAINTAINER=	ler@FreeBSD.org
COMMENT=	Highly available Prometheus setup with long term storage capabilities
WWW=		https://thanos.io/

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/thanos-io/thanos
GO_TARGET=	./cmd/${PORTNAME}
GO_BUILDFLAGS=	-ldflags "\
		-s -w \
		-X github.com/prometheus/common/version.Version=${DISTVERSION} \
		-X github.com/prometheus/common/version.Revision="086a698" \
		-X github.com/prometheus/common/version.Branch="master" \
		-X github.com/prometheus/common/version.BuildUser=${USER} \
		-X github.com/prometheus/common/version.BuildDate=${BUILD_DATE}"

PLIST_FILES=	bin/${PORTNAME}

BUILD_DATE=	$$(date +%d-%B-%Y)

.include <bsd.port.mk>