ports/net/exoscale-cli/Makefile
Vinícius Zavam 24a7c69a24
[NEW] net/exoscale-cli: Manage your Exoscale infrastructure from the cli
Command-line tool for everything at Exoscale: compute, storage, dns.

WWW: https://github.com/exoscale/cli
2025-04-22 20:50:45 +00:00

27 lines
636 B
Makefile

PORTNAME= exoscale-cli
DISTVERSIONPREFIX= v
DISTVERSION= 1.84.0
CATEGORIES= net devel
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Manage your Exoscale infrastructure easily from the command-line
WWW= https://github.com/exoscale/cli
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.23,modules
USE_GITHUB= yes
GH_ACCOUNT= exoscale
GH_PROJECT= cli
CGO_ENABLED= 0
GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static" -X main.commit= -X main.version=${DISTVERSION}'
PLIST_FILES= bin/${PORTNAME} \
bin/exo
post-install:
${RLN} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/exo
.include <bsd.port.mk>