mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
sysutils/cloud-nuke: Add new port
cloud-nuke is a tool for cleaning up your cloud accounts https://github.com/gruntwork-io/cloud-nuke
This commit is contained in:
@@ -217,6 +217,7 @@
|
||||
SUBDIR += clockspeed
|
||||
SUBDIR += clone
|
||||
SUBDIR += clonehdd
|
||||
SUBDIR += cloud-nuke
|
||||
SUBDIR += cloudabi-utils
|
||||
SUBDIR += clsync
|
||||
SUBDIR += cluster-glue
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
PORTNAME= cloud-nuke
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.35.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= dutra@FreeBSD.org
|
||||
COMMENT= Cleaning up your cloud accounts
|
||||
WWW= https://github.com/gruntwork-io/cloud-nuke
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= cpe go:1.22,modules
|
||||
|
||||
CPE_VENDOR= gruntwork-io
|
||||
GO_MODULE= github.com/gruntwork-io/cloud-nuke
|
||||
GO_BUILDFLAGS= -ldflags "\
|
||||
-s -w \
|
||||
-X main.VERSION=${DISTVERSION}"
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,5 @@
|
||||
TIMESTAMP = 1713638280
|
||||
SHA256 (go/sysutils_cloud-nuke/cloud-nuke-v0.35.0/v0.35.0.mod) = c5653f24b1f262dcf212961d5537e68ede8926ede66650133f01b2ff5f2ff331
|
||||
SIZE (go/sysutils_cloud-nuke/cloud-nuke-v0.35.0/v0.35.0.mod) = 1875
|
||||
SHA256 (go/sysutils_cloud-nuke/cloud-nuke-v0.35.0/v0.35.0.zip) = a5ede98dbd24b2f165bdce4a21f03432098799cdd02ae12eafd789278bf89c83
|
||||
SIZE (go/sysutils_cloud-nuke/cloud-nuke-v0.35.0/v0.35.0.zip) = 402153
|
||||
@@ -0,0 +1,2 @@
|
||||
A CLI tool designed for swift and thorough deletion of cloud resources
|
||||
perfect for clearing test accounts and redundant or unnecessary defaults
|
||||
Reference in New Issue
Block a user