[arch-commits] Commit in terraform/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Sat Feb 10 14:41:27 UTC 2018


    Date: Saturday, February 10, 2018 @ 14:41:26
  Author: jleclanche
Revision: 291070

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
    (from rev 291069, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-10 14:41:15 UTC (rev 291069)
+++ PKGBUILD	2018-02-10 14:41:26 UTC (rev 291070)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=terraform
-pkgver=0.11.2
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
-url="http://www.terraform.io/"
-arch=("x86_64")
-license=("MPL")
-makedepends=("go-pie" "godep" "git" "mercurial")
-_gourl="github.com/hashicorp"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
-sha256sums=("953117679f4584615e08544d9835b562f126b99b540e29fdff34a582c362cf66")
-
-
-prepare() {
-	mkdir -p "$srcdir/src/$_gourl"
-	rm -rf "$srcdir/src/$_gourl/$pkgname"
-	mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-	msg2 "Fetching dependencies"
-	cd "$srcdir/src/$_gourl/$pkgname"
-	GOPATH="$srcdir" go get -u github.com/mitchellh/gox
-	GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
-}
-
-
-build() {
-	msg2 "Build program"
-	cd "$srcdir/src/$_gourl/$pkgname"
-	GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make bin
-}
-
-
-package() {
-	cd "$srcdir/bin"
-	install -Dm755 terraform "$pkgdir/usr/bin/terraform"
-
-	cd "$srcdir/src/$_gourl/$pkgname"
-	# Zsh completion
-	install -D contrib/zsh-completion/_terraform "$pkgdir/usr/share/zsh/site-functions/_terraform"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 291069, terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-10 14:41:26 UTC (rev 291070)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=terraform
+pkgver=0.11.3
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
+url="http://www.terraform.io/"
+arch=("x86_64")
+license=("MPL")
+makedepends=("go-pie" "godep" "git" "mercurial")
+_gourl="github.com/hashicorp"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
+sha256sums=("5c4ac2fef753eeb0d09a6c2772b81720719c698287d46a625cb5050815dbd63b")
+
+
+prepare() {
+	mkdir -p "$srcdir/src/$_gourl"
+	rm -rf "$srcdir/src/$_gourl/$pkgname"
+	mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
+	msg2 "Fetching dependencies"
+	cd "$srcdir/src/$_gourl/$pkgname"
+	GOPATH="$srcdir" go get -u github.com/mitchellh/gox
+	GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
+}
+
+
+build() {
+	msg2 "Build program"
+	cd "$srcdir/src/$_gourl/$pkgname"
+	GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make bin
+}
+
+
+package() {
+	cd "$srcdir/bin"
+	install -Dm755 terraform "$pkgdir/usr/bin/terraform"
+
+	cd "$srcdir/src/$_gourl/$pkgname"
+	# Zsh completion
+	install -D contrib/zsh-completion/_terraform "$pkgdir/usr/share/zsh/site-functions/_terraform"
+}



More information about the arch-commits mailing list