[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
This commit is contained in:
Vinícius Zavam 2025-04-22 20:50:45 +00:00
parent 0b28fcc0b5
commit 24a7c69a24
No known key found for this signature in database
GPG key ID: 415C653413B43475
4 changed files with 32 additions and 0 deletions

View file

@ -149,6 +149,7 @@
SUBDIR += evans SUBDIR += evans
SUBDIR += eventviews SUBDIR += eventviews
SUBDIR += exabgp4 SUBDIR += exabgp4
SUBDIR += exoscale-cli
SUBDIR += fb303 SUBDIR += fb303
SUBDIR += fiche SUBDIR += fiche
SUBDIR += file2pcap SUBDIR += file2pcap

27
net/exoscale-cli/Makefile Normal file
View file

@ -0,0 +1,27 @@
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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1745353420
SHA256 (exoscale-cli-v1.84.0_GH0.tar.gz) = 9e93337339222a532f0cf122db23dd579b640fcdd128f2d9e1dc8a902cd81341
SIZE (exoscale-cli-v1.84.0_GH0.tar.gz) = 11308701

View file

@ -0,0 +1 @@
Command-line tool for everything at Exoscale: compute, storage, dns.