[arch-commits] Commit in terraform/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Fri Apr 6 21:29:57 UTC 2018
Date: Friday, April 6, 2018 @ 21:29:56
Author: shibumi
Revision: 314604
archrelease: copy trunk to community-x86_64
Added:
terraform/repos/community-x86_64/PKGBUILD
(from rev 314603, terraform/trunk/PKGBUILD)
Deleted:
terraform/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 73 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-06 21:29:46 UTC (rev 314603)
+++ PKGBUILD 2018-04-06 21:29:56 UTC (rev 314604)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=terraform
-pkgver=0.11.5
-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")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
-sha512sums=('22a9ce667dc45f4c24154c3323370406abf77469d7e21d58e897f82cc09bf08484907699da1968d2058d84ff494b4f8c9eff87890d298285add2bd732d7e26cd')
-
-
-prepare() {
- export GOPATH="${srcdir}"
- export PATH="$PATH:$GOPATH/bin"
- mkdir -p src/github.com/hashicorp/
- mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
-}
-
-
-build() {
- cd src/github.com/hashicorp/"${pkgname}"
- go build -o terraform-binary
-}
-
-
-package() {
- cd src/github.com/hashicorp/"${pkgname}"
- install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- # Zsh completion
- install -D contrib/zsh-completion/_terraform "$pkgdir/usr/share/zsh/site-functions/_terraform"
-}
Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 314603, terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-06 21:29:56 UTC (rev 314604)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=terraform
+pkgver=0.11.6
+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")
+depends=('glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
+sha512sums=('2b9644ef432cd6d51c74de6cd5842c65f44dc00d7f83239736705ac7f34329cb037e9707b829a02bf93c003bb5f4a4e5b5047cc83e7ef0b3b24614877049ad36')
+
+
+prepare() {
+ export GOPATH="${srcdir}"
+ export PATH="$PATH:$GOPATH/bin"
+ mkdir -p src/github.com/hashicorp/
+ mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
+}
+
+
+build() {
+ cd src/github.com/hashicorp/"${pkgname}"
+ go build -o terraform-binary
+}
+
+
+package() {
+ cd src/github.com/hashicorp/"${pkgname}"
+ install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list