freebsd-ports/sysutils/hcloud/Makefile
Zsolt Udvari 2d6cc3049c sysutils/hcloud: update to 1.42.0
Use go 1.21 because with 1.20 doesn't build.

Changelog: https://github.com/hetznercloud/cli/tags

Approved by:	diizzy (mentor)
Differential Revision:	https://reviews.freebsd.org/D43958
2024-02-21 18:17:30 +01:00

20 lines
391 B
Makefile

PORTNAME= hcloud
DISTVERSIONPREFIX= v
DISTVERSION= 1.42.0
CATEGORIES= sysutils
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Official Hetzner Cloud command-line interface
WWW= https://github.com/hetznercloud/cli
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules,1.21
GO_MODULE= github.com/hetznercloud/cli
GO_TARGET= ./cmd/hcloud
PLIST_FILES= bin/hcloud
.include <bsd.port.mk>