[arch-commits] Commit in terraform/repos (4 files)

2017-10-27 Thread Jerome Leclanche
Date: Friday, October 27, 2017 @ 06:40:06
  Author: jleclanche
Revision: 264579

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-27 06:39:48 UTC (rev 264578)
+++ community-i686/PKGBUILD 2017-10-27 06:40:06 UTC (rev 264579)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.7
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go-pie" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("4959ace3c3c350d4121e235ba64771f94e5d5a4a6acdd5bce1c053a417283938")
-
-
-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-i686/PKGBUILD (from rev 264578, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-27 06:40:06 UTC (rev 264579)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.8
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go-pie" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("b076726f00b0488fc95bb041e982cb6aeaf280395d31f322017dd143bbabd7c4")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-27 06:39:48 UTC (rev 264578)
+++ community-x86_64/PKGBUILD   2017-10-27 06:40:06 UTC (rev 264579)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.7
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go-pie" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("4959ace3c3c350d4121e235ba64771f94e5d5a4a6acdd5bce1c053a417283938")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
- 

[arch-commits] Commit in terraform/repos (4 files)

2017-10-12 Thread Jerome Leclanche
Date: Thursday, October 12, 2017 @ 11:31:55
  Author: jleclanche
Revision: 262435

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-12 11:31:07 UTC (rev 262434)
+++ community-i686/PKGBUILD 2017-10-12 11:31:55 UTC (rev 262435)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.6
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("3170223c601263a7be9af9d14194e36170900cecfec784464abca1679e03fb11")
-
-
-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-i686/PKGBUILD (from rev 262434, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-12 11:31:55 UTC (rev 262435)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.7
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go-pie" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("4959ace3c3c350d4121e235ba64771f94e5d5a4a6acdd5bce1c053a417283938")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-12 11:31:07 UTC (rev 262434)
+++ community-x86_64/PKGBUILD   2017-10-12 11:31:55 UTC (rev 262435)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.6
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("3170223c601263a7be9af9d14194e36170900cecfec784464abca1679e03fb11")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching 

[arch-commits] Commit in terraform/repos (4 files)

2017-09-19 Thread Jerome Leclanche
Date: Tuesday, September 19, 2017 @ 16:31:28
  Author: jleclanche
Revision: 258841

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-19 16:31:13 UTC (rev 258840)
+++ community-i686/PKGBUILD 2017-09-19 16:31:28 UTC (rev 258841)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.5
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("9030db9346ee7fa19a49ebb4207812dcda44721c36d1250ca8afa28e9b14c7cc")
-
-
-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-i686/PKGBUILD (from rev 258840, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-19 16:31:28 UTC (rev 258841)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.6
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("3170223c601263a7be9af9d14194e36170900cecfec784464abca1679e03fb11")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-19 16:31:13 UTC (rev 258840)
+++ community-x86_64/PKGBUILD   2017-09-19 16:31:28 UTC (rev 258841)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.5
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("9030db9346ee7fa19a49ebb4207812dcda44721c36d1250ca8afa28e9b14c7cc")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching 

[arch-commits] Commit in terraform/repos (4 files)

2017-09-15 Thread Jerome Leclanche
Date: Friday, September 15, 2017 @ 15:29:12
  Author: jleclanche
Revision: 257693

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-15 15:28:52 UTC (rev 257692)
+++ community-i686/PKGBUILD 2017-09-15 15:29:12 UTC (rev 257693)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("41110f6503e842bb6d6af50dabc66f70ef690da7e16563d731df118d6faa4b62")
-
-
-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-i686/PKGBUILD (from rev 257692, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-15 15:29:12 UTC (rev 257693)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.5
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("9030db9346ee7fa19a49ebb4207812dcda44721c36d1250ca8afa28e9b14c7cc")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-15 15:28:52 UTC (rev 257692)
+++ community-x86_64/PKGBUILD   2017-09-15 15:29:12 UTC (rev 257693)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("41110f6503e842bb6d6af50dabc66f70ef690da7e16563d731df118d6faa4b62")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching 

[arch-commits] Commit in terraform/repos (4 files)

2017-09-13 Thread Jerome Leclanche
Date: Wednesday, September 13, 2017 @ 13:33:53
  Author: jleclanche
Revision: 257433

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-13 13:33:37 UTC (rev 257432)
+++ community-i686/PKGBUILD 2017-09-13 13:33:53 UTC (rev 257433)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.3
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("a87fd97649f6ebabac243a85a09dfb0a16dc351fb9bb799fbdf076d35734cc74")
-
-
-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-i686/PKGBUILD (from rev 257432, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-13 13:33:53 UTC (rev 257433)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("41110f6503e842bb6d6af50dabc66f70ef690da7e16563d731df118d6faa4b62")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-13 13:33:37 UTC (rev 257432)
+++ community-x86_64/PKGBUILD   2017-09-13 13:33:53 UTC (rev 257433)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.3
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("a87fd97649f6ebabac243a85a09dfb0a16dc351fb9bb799fbdf076d35734cc74")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching 

[arch-commits] Commit in terraform/repos (4 files)

2017-09-12 Thread Jerome Leclanche
Date: Tuesday, September 12, 2017 @ 19:23:16
  Author: jleclanche
Revision: 257169

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-12 19:22:59 UTC (rev 257168)
+++ community-i686/PKGBUILD 2017-09-12 19:23:16 UTC (rev 257169)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("2a1e4e92b480aaf996fda073503f7bfb4039152cf7d19e5598aca45a00196150")
-
-
-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-i686/PKGBUILD (from rev 257168, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-12 19:23:16 UTC (rev 257169)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.3
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("a87fd97649f6ebabac243a85a09dfb0a16dc351fb9bb799fbdf076d35734cc74")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-12 19:22:59 UTC (rev 257168)
+++ community-x86_64/PKGBUILD   2017-09-12 19:23:16 UTC (rev 257169)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("2a1e4e92b480aaf996fda073503f7bfb4039152cf7d19e5598aca45a00196150")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching 

[arch-commits] Commit in terraform/repos (4 files)

2017-08-19 Thread Jerome Leclanche
Date: Saturday, August 19, 2017 @ 22:35:17
  Author: jleclanche
Revision: 252624

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-19 22:34:41 UTC (rev 252623)
+++ community-i686/PKGBUILD 2017-08-19 22:35:17 UTC (rev 252624)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("37fad4afde1978d0a4841176b577a2e446144cec836fb14f177704d111c72f0a")
-
-
-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-i686/PKGBUILD (from rev 252623, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-19 22:35:17 UTC (rev 252624)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("2a1e4e92b480aaf996fda073503f7bfb4039152cf7d19e5598aca45a00196150")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-19 22:34:41 UTC (rev 252623)
+++ community-x86_64/PKGBUILD   2017-08-19 22:35:17 UTC (rev 252624)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("37fad4afde1978d0a4841176b577a2e446144cec836fb14f177704d111c72f0a")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching 

[arch-commits] Commit in terraform/repos (4 files)

2017-08-05 Thread Jerome Leclanche
Date: Saturday, August 5, 2017 @ 18:17:45
  Author: jleclanche
Revision: 248796

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-05 18:17:25 UTC (rev 248795)
+++ community-i686/PKGBUILD 2017-08-05 18:17:45 UTC (rev 248796)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.9.11
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("400fbf7c65a5f4b599d1b3d20db8ad9d45930a80ce3abf14aa7ed56eac22b3fb")
-
-
-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-i686/PKGBUILD (from rev 248795, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-05 18:17:45 UTC (rev 248796)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("37fad4afde1978d0a4841176b577a2e446144cec836fb14f177704d111c72f0a")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-05 18:17:25 UTC (rev 248795)
+++ community-x86_64/PKGBUILD   2017-08-05 18:17:45 UTC (rev 248796)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.9.11
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("400fbf7c65a5f4b599d1b3d20db8ad9d45930a80ce3abf14aa7ed56eac22b3fb")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"

[arch-commits] Commit in terraform/repos (4 files)

2017-07-23 Thread Jerome Leclanche
Date: Sunday, July 23, 2017 @ 18:55:16
  Author: jleclanche
Revision: 246140

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-23 18:54:05 UTC (rev 246139)
+++ community-i686/PKGBUILD 2017-07-23 18:55:16 UTC (rev 246140)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.9.9
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl=github.com/hashicorp
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("f5318fd720cb7c1a005f3afa782c6d39fd1ee9a001cacea4e43cd43f56d4f369")
-
-
-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-i686/PKGBUILD (from rev 246139, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-23 18:55:16 UTC (rev 246140)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.9.11
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("400fbf7c65a5f4b599d1b3d20db8ad9d45930a80ce3abf14aa7ed56eac22b3fb")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-23 18:54:05 UTC (rev 246139)
+++ community-x86_64/PKGBUILD   2017-07-23 18:55:16 UTC (rev 246140)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.9.9
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl=github.com/hashicorp
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("f5318fd720cb7c1a005f3afa782c6d39fd1ee9a001cacea4e43cd43f56d4f369")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   

[arch-commits] Commit in terraform/repos (4 files)

2017-06-27 Thread Jerome Leclanche
Date: Tuesday, June 27, 2017 @ 12:41:47
  Author: jleclanche
Revision: 241158

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-27 12:40:59 UTC (rev 241157)
+++ community-i686/PKGBUILD 2017-06-27 12:41:47 UTC (rev 241158)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.9.8
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl=github.com/hashicorp
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("df2bf4710360778dec1b3ebe1e60e692fe4ff1474947ecb05903d2cc62e5d6ad")
-
-
-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-i686/PKGBUILD (from rev 241157, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-27 12:41:47 UTC (rev 241158)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.9.9
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl=github.com/hashicorp
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("f5318fd720cb7c1a005f3afa782c6d39fd1ee9a001cacea4e43cd43f56d4f369")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-27 12:40:59 UTC (rev 241157)
+++ community-x86_64/PKGBUILD   2017-06-27 12:41:47 UTC (rev 241158)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.9.8
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl=github.com/hashicorp
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("df2bf4710360778dec1b3ebe1e60e692fe4ff1474947ecb05903d2cc62e5d6ad")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   cd 

[arch-commits] Commit in terraform/repos (4 files)

2017-06-23 Thread Jerome Leclanche
Date: Friday, June 23, 2017 @ 19:35:51
  Author: jleclanche
Revision: 240550

archrelease: copy trunk to community-i686, community-x86_64

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

---+
 /PKGBUILD |   86 
 community-i686/PKGBUILD   |   43 --
 community-x86_64/PKGBUILD |   43 --
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-23 19:35:37 UTC (rev 240549)
+++ community-i686/PKGBUILD 2017-06-23 19:35:51 UTC (rev 240550)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl=github.com/hashicorp
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("d00b62cac449fe6075ef32b652d2bc0c91786466fd0872488da87b99bbea2524")
-
-
-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-i686/PKGBUILD (from rev 240549, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-23 19:35:51 UTC (rev 240550)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl=github.com/hashicorp
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("df2bf4710360778dec1b3ebe1e60e692fe4ff1474947ecb05903d2cc62e5d6ad")
+
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-23 19:35:37 UTC (rev 240549)
+++ community-x86_64/PKGBUILD   2017-06-23 19:35:51 UTC (rev 240550)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=terraform
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/;
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl=github.com/hashicorp
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=("d00b62cac449fe6075ef32b652d2bc0c91786466fd0872488da87b99bbea2524")
-
-
-prepare() {
-   mkdir -p "$srcdir/src/$_gourl"
-   rm -rf "${srcdir}/src/$_gourl/$pkgname"
-   mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-   msg2 "Fetching dependencies"
-   cd 

[arch-commits] Commit in terraform/repos (4 files)

2017-06-23 Thread Jerome Leclanche
Date: Friday, June 23, 2017 @ 18:58:58
  Author: jleclanche
Revision: 240536

archrelease: copy trunk to community-i686, community-x86_64

Added:
  terraform/repos/community-i686/
  terraform/repos/community-i686/PKGBUILD
(from rev 240535, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/
  terraform/repos/community-x86_64/PKGBUILD
(from rev 240535, terraform/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   43 +++
 community-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: terraform/repos/community-i686/PKGBUILD (from rev 240535, 
terraform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-23 18:58:58 UTC (rev 240536)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl=github.com/hashicorp
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("d00b62cac449fe6075ef32b652d2bc0c91786466fd0872488da87b99bbea2524")
+
+
+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 240535, 
terraform/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-23 18:58:58 UTC (rev 240536)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=terraform
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/;
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl=github.com/hashicorp
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("d00b62cac449fe6075ef32b652d2bc0c91786466fd0872488da87b99bbea2524")
+
+
+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"
+}