[arch-commits] Commit in terraform/repos (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Aug 19 22:35:19 UTC 2017
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 <jerome at leclan.ch>
-
-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 <jerome at leclan.ch>
+
+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 <jerome at leclan.ch>
-
-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-x86_64/PKGBUILD (from rev 252623, terraform/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-08-19 22:35:17 UTC (rev 252624)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+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"
+}
More information about the arch-commits
mailing list