[arch-commits] Commit in terraform/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Wed May 22 21:49:55 UTC 2019
Date: Wednesday, May 22, 2019 @ 21:49:54
Author: shibumi
Revision: 468754
archrelease: copy trunk to community-x86_64
Added:
terraform/repos/community-x86_64/PKGBUILD
(from rev 468753, terraform/trunk/PKGBUILD)
Deleted:
terraform/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-22 21:49:49 UTC (rev 468753)
+++ PKGBUILD 2019-05-22 21:49:54 UTC (rev 468754)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=terraform
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
-url="https://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")
-sha256sums=("0e13fec7d1ecde21369f2ae9eeb06405c078d392cb373a43e8fe34a6a373417d")
-
-
-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"
-}
Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 468753, terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-22 21:49:54 UTC (rev 468754)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=terraform
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
+url="https://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=('2bd05455d3ae541f807d3a6440f63d9d1722625ed3cf04e509c4dd893582dbc2c2718f3705191db1e61093a166a9b5fd10c083ab48fa1718df04d32adeabba43')
+
+
+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