Dag-Erling Smørgrav 75d873b56a many: Unpin Go ports
* Ports that were pinned to a deprecated version of Go (1.23 or older)
  have been unpinned.

* Ports that were pinned to a still-supported version of Go (1.24 or
  newer) have been converted to requesting that as their minimum Go
  version.

* Ports that had been forcibly deprecated for pinning an expired Go
  version have been undeprecated.
2025-12-16 00:06:00 +01:00

29 lines
647 B
Makefile

PORTNAME= exoscale-cli
DISTVERSIONPREFIX= v
DISTVERSION= 1.84.0
PORTREVISION= 1
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: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>