403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/net-mgmt/thanos/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/net-mgmt/thanos/Makefile
PORTNAME=	thanos
DISTVERSIONPREFIX=	v
DISTVERSION=	0.28.0
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

# fails to build on armv7/i386: pkg/store/cache/cache.go:166:22: constant 9223372036854775807 overflows int
ONLY_FOR_ARCHS=	aarch64 amd64

USES=		go:modules

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

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="31cacc4" \
		-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}"

USE_GITHUB=	yes
GH_ACCOUNT=	thanos-io

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>

Youez - 2016 - github.com/yon3zu
LinuXploit