pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

terraform: Import terraform-0.12.24 as wip/terraform



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Fri May 8 09:12:36 2020 +0200
Changeset:	f534dae00f17d1b36dc7c23d4a6f133562915c26

Modified Files:
	Makefile
Added Files:
	terraform/DESCR
	terraform/Makefile
	terraform/PLIST
	terraform/distinfo

Log Message:
terraform: Import terraform-0.12.24 as wip/terraform

Terraform is a tool for building, changing, and versioning infrastructure

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f534dae00f17d1b36dc7c23d4a6f133562915c26

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 +
 terraform/DESCR    |  1 +
 terraform/Makefile | 26 ++++++++++++++++++++++++++
 terraform/PLIST    |  2 ++
 terraform/distinfo |  6 ++++++
 5 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index dfb96108e3..23b75b2bdf 100644
--- a/Makefile
+++ b/Makefile
@@ -4746,6 +4746,7 @@ SUBDIR+=	tenmado
 SUBDIR+=	termbox
 SUBDIR+=	terminology
 SUBDIR+=	termit
+SUBDIR+=	terraform
 SUBDIR+=	tesseract-game
 SUBDIR+=	tesseract-game-svn
 SUBDIR+=	testssl
diff --git a/terraform/DESCR b/terraform/DESCR
new file mode 100644
index 0000000000..abc6bcb146
--- /dev/null
+++ b/terraform/DESCR
@@ -0,0 +1 @@
+Terraform is a tool for building, changing, and versioning infrastructure
diff --git a/terraform/Makefile b/terraform/Makefile
new file mode 100644
index 0000000000..d702cefafd
--- /dev/null
+++ b/terraform/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	terraform
+GITHUB_TAG=	v0.12.24
+DISTNAME=	v0.12.24
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	dan%alt.md@localhost
+HOMEPAGE=	https://terraform.io/
+COMMENT=	Tool for defining infrastructure as code
+LICENSE=	mpl-2.0
+
+GO_DIST_BASE=   ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH=     github.com/hashicorp/terraform/
+
+INSTALLATION_DIRS+=     bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKDIR}/bin/terraform ${DESTDIR}${PREFIX}/bin
+
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/terraform/PLIST b/terraform/PLIST
new file mode 100644
index 0000000000..dd4ae5df64
--- /dev/null
+++ b/terraform/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/terraform
diff --git a/terraform/distinfo b/terraform/distinfo
new file mode 100644
index 0000000000..67b07a523b
--- /dev/null
+++ b/terraform/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (terraform/v0.12.24.tar.gz) = 5b071a240ef20e35cd400097367cb328c9585ec6
+RMD160 (terraform/v0.12.24.tar.gz) = cf8193ea9501630446da3cef087b3d6fc81fd363
+SHA512 (terraform/v0.12.24.tar.gz) = 026b4c30438459d5fa433ea606e8e020f2ff71ba6e14a5caeecef32f5800a0699cb192ece4bf9b5005b8e0fb2e375f70602d44d94b0b8efa3bac20f9a30e14e6
+Size (terraform/v0.12.24.tar.gz) = 10427523 bytes


Home | Main Index | Thread Index | Old Index