sysutils/stackit: Add new port

A command-line interface to manage STACKIT resources

PR:	289607
This commit is contained in:
Robert Gogolok 2025-09-14 17:53:54 +02:00 committed by Mateusz Piotrowski
parent 8d7dc99bae
commit f824a5ab09
4 changed files with 31 additions and 0 deletions

View File

@ -1337,6 +1337,7 @@
SUBDIR += ssd_report
SUBDIR += sshsudo
SUBDIR += ssync
SUBDIR += stackit
SUBDIR += stalepid
SUBDIR += stepsync
SUBDIR += storcli

19
sysutils/stackit/Makefile Normal file
View File

@ -0,0 +1,19 @@
PORTNAME= stackit
DISTVERSIONPREFIX= v
DISTVERSION= 0.42.0
CATEGORIES= sysutils
MAINTAINER= gogolok@gmail.com
COMMENT= Command-line interface to manage STACKIT resources
WWW= https://github.com/stackitcloud/stackit-cli
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= go:modules
GO_MODULE= github.com/stackitcloud/stackit-cli
GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSIONFULL}"
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
TIMESTAMP = 1757862801
SHA256 (go/sysutils_stackit/stackit-v0.42.0/v0.42.0.mod) = 31496624947deb70f8440b8f7a0bc280cd103f88fb1044bdc51e1146d8dff692
SIZE (go/sysutils_stackit/stackit-v0.42.0/v0.42.0.mod) = 12903
SHA256 (go/sysutils_stackit/stackit-v0.42.0/v0.42.0.zip) = 6d18a68ca9d49687b8bf47759a338dfb28746f7b87a34eda386f2bfc9adde93a
SIZE (go/sysutils_stackit/stackit-v0.42.0/v0.42.0.zip) = 2189171

View File

@ -0,0 +1,6 @@
Use the STACKIT command-line tool, stackit, to manage
STACKIT services and resources as well as perform
operations using the command-line or in scripts or
automation.
See also: https://github.com/stackitcloud/stackit-cli