mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
[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:
parent
0b28fcc0b5
commit
24a7c69a24
4 changed files with 32 additions and 0 deletions
|
@ -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
27
net/exoscale-cli/Makefile
Normal 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>
|
3
net/exoscale-cli/distinfo
Normal file
3
net/exoscale-cli/distinfo
Normal 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
|
1
net/exoscale-cli/pkg-descr
Normal file
1
net/exoscale-cli/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Command-line tool for everything at Exoscale: compute, storage, dns.
|
Loading…
Add table
Reference in a new issue