mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
6167431814
Comment: cli for Amazon EKS Description: eksctl is a simple CLI tool for creating clusters on EKS - Amazons managed Kubernetes service for EC2. Maintainer: Rafael Sadowski <rsadowski@openbsd.org> WWW: https://eksctl.io/ ok lraab@
25 lines
394 B
Makefile
25 lines
394 B
Makefile
COMMENT = cli for Amazon EKS
|
|
|
|
MODGO_MODNAME = github.com/weaveworks/eksctl
|
|
|
|
VERSION = 0.214.0
|
|
MODGO_VERSION = v${VERSION}
|
|
|
|
DISTNAME = eksctl-${VERSION}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://eksctl.io/
|
|
|
|
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
|
|
|
# Apache License 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/go
|
|
|
|
WANTLIB += c pthread
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|