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

Daurnimator daurnimator at gemini.archlinux.org
Sat Feb 5 08:33:54 UTC 2022


    Date: Saturday, February 5, 2022 @ 08:33:53
  Author: daurnimator
Revision: 1126417

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
    (from rev 1126416, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
    (from rev 1126416, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.fish
    (from rev 1126416, terraform/trunk/terraform.fish)
  terraform/repos/community-x86_64/terraform.zsh
    (from rev 1126416, terraform/trunk/terraform.zsh)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD
  terraform/repos/community-x86_64/terraform.bash
  terraform/repos/community-x86_64/terraform.fish
  terraform/repos/community-x86_64/terraform.zsh

----------------+
 PKGBUILD       |  114 +++++++++++++++++++++++++++----------------------------
 terraform.bash |    2 
 terraform.fish |   18 ++++----
 terraform.zsh  |    6 +-
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-05 08:33:29 UTC (rev 1126416)
+++ PKGBUILD	2022-02-05 08:33:53 UTC (rev 1126417)
@@ -1,57 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Maintainer: Daurnimator <daurnimator at archlinux.org>
-
-pkgname=terraform
-pkgver=1.1.4
-pkgrel=1
-pkgdesc="HashiCorp tool for building and updating infrastructure as code idempotently"
-url="https://www.terraform.io/"
-arch=("x86_64")
-license=("MPL")
-makedepends=("go")
-depends=('glibc')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz"
-        "terraform.bash"
-        "terraform.fish"
-        "terraform.zsh")
-sha512sums=('de1768d3d5134f1d34ec59365fd18a27fdf94a4ab1f9f3aa2996368596aa79c7d16eef82d62c91f544bd95630aac8a5f3dc3f03d784c1bacd9cd4aff9b3496a9'
-            'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-            '44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
-            'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('96527a8ff1c1552e19ba01fb1f80ba8cd29845405629ed3f9aaa0abf2cdf9d64d90eaf64a11e46c1dfda8d6aa2e12ed98b4c9be4fc69a82e7c8caf74c775217e'
-        'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
-        'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
-        'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
-
-prepare() {
-	cd "$pkgname-$pkgver"
-	go mod download
-}
-
-build() {
-	cd "$pkgname-$pkgver"
-	export CGO_CPPFLAGS="${CPPFLAGS}"
-	export CGO_CFLAGS="${CFLAGS}"
-	export CGO_CXXFLAGS="${CXXFLAGS}"
-	export CGO_LDFLAGS="${LDFLAGS}"
-	export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
-	export GOPROXY=off
-	go build -o terraform-binary
-}
-
-check() {
-	cd "${pkgname}-${pkgver}"
-	go test -mod=readonly ./...
-}
-
-package() {
-    install -Dm644 terraform.bash "$pkgdir/usr/share/bash-completion/completions/terraform"
-    install -Dm644 terraform.fish "${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
-    install -Dm644 terraform.zsh "$pkgdir/usr/share/zsh/site-functions/_terraform"
-
-	cd "$pkgname-$pkgver"
-	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 1126416, terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-05 08:33:53 UTC (rev 1126417)
@@ -0,0 +1,57 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer: Daurnimator <daurnimator at archlinux.org>
+
+pkgname=terraform
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="HashiCorp tool for building and updating infrastructure as code idempotently"
+url="https://www.terraform.io/"
+arch=("x86_64")
+license=("MPL")
+makedepends=("go")
+depends=('glibc')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz"
+        "terraform.bash"
+        "terraform.fish"
+        "terraform.zsh")
+sha512sums=('bba587034db1bf62a275d8afd3977077864a1d0bf2a527dd67377b9c94a1179d62f8f11aa2ce87e96631f3b0b9238c39b1279d69785dd0229858c1f3838d65e6'
+            'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
+            '44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
+            'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
+b2sums=('94e6631bcc6ba18443571e5d4db753a1cdbc66ceda4cf37f712069c5b345d47132b27575854eba448e3f02bb5401339899830218772b6e4eeff27a4c88872f2c'
+        'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
+        'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
+        'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
+
+prepare() {
+	cd "$pkgname-$pkgver"
+	go mod download
+}
+
+build() {
+	cd "$pkgname-$pkgver"
+	export CGO_CPPFLAGS="${CPPFLAGS}"
+	export CGO_CFLAGS="${CFLAGS}"
+	export CGO_CXXFLAGS="${CXXFLAGS}"
+	export CGO_LDFLAGS="${LDFLAGS}"
+	export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
+	export GOPROXY=off
+	go build -o terraform-binary
+}
+
+check() {
+	cd "${pkgname}-${pkgver}"
+	go test -mod=readonly ./...
+}
+
+package() {
+    install -Dm644 terraform.bash "$pkgdir/usr/share/bash-completion/completions/terraform"
+    install -Dm644 terraform.fish "${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
+    install -Dm644 terraform.zsh "$pkgdir/usr/share/zsh/site-functions/_terraform"
+
+	cd "$pkgname-$pkgver"
+	install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: terraform.bash
===================================================================
--- terraform.bash	2022-02-05 08:33:29 UTC (rev 1126416)
+++ terraform.bash	2022-02-05 08:33:53 UTC (rev 1126417)
@@ -1 +0,0 @@
-complete -C /usr/bin/terraform terraform

Copied: terraform/repos/community-x86_64/terraform.bash (from rev 1126416, terraform/trunk/terraform.bash)
===================================================================
--- terraform.bash	                        (rev 0)
+++ terraform.bash	2022-02-05 08:33:53 UTC (rev 1126417)
@@ -0,0 +1 @@
+complete -C /usr/bin/terraform terraform

Deleted: terraform.fish
===================================================================
--- terraform.fish	2022-02-05 08:33:29 UTC (rev 1126416)
+++ terraform.fish	2022-02-05 08:33:53 UTC (rev 1126417)
@@ -1,9 +0,0 @@
-
-function __complete_terraform
-    set -lx COMP_LINE (string join ' ' (commandline -o))
-    test (commandline -ct) = ""
-    and set COMP_LINE "$COMP_LINE "
-    /usr/bin/terraform
-end
-complete -c terraform -a "(__complete_terraform)"
-

Copied: terraform/repos/community-x86_64/terraform.fish (from rev 1126416, terraform/trunk/terraform.fish)
===================================================================
--- terraform.fish	                        (rev 0)
+++ terraform.fish	2022-02-05 08:33:53 UTC (rev 1126417)
@@ -0,0 +1,9 @@
+
+function __complete_terraform
+    set -lx COMP_LINE (string join ' ' (commandline -o))
+    test (commandline -ct) = ""
+    and set COMP_LINE "$COMP_LINE "
+    /usr/bin/terraform
+end
+complete -c terraform -a "(__complete_terraform)"
+

Deleted: terraform.zsh
===================================================================
--- terraform.zsh	2022-02-05 08:33:29 UTC (rev 1126416)
+++ terraform.zsh	2022-02-05 08:33:53 UTC (rev 1126417)
@@ -1,3 +0,0 @@
-#compdef terraform
-autoload -U +X bashcompinit && bashcompinit
-complete -o nospace -C /usr/bin/terraform terraform

Copied: terraform/repos/community-x86_64/terraform.zsh (from rev 1126416, terraform/trunk/terraform.zsh)
===================================================================
--- terraform.zsh	                        (rev 0)
+++ terraform.zsh	2022-02-05 08:33:53 UTC (rev 1126417)
@@ -0,0 +1,3 @@
+#compdef terraform
+autoload -U +X bashcompinit && bashcompinit
+complete -o nospace -C /usr/bin/terraform terraform



More information about the arch-commits mailing list