[arch-commits] Commit in helmfile/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Rebischke shibumi at gemini.archlinux.org
Thu Sep 16 21:31:38 UTC 2021


    Date: Thursday, September 16, 2021 @ 21:31:37
  Author: shibumi
Revision: 1016617

archrelease: copy trunk to community-x86_64

Added:
  helmfile/repos/community-x86_64/PKGBUILD
    (from rev 1016616, helmfile/trunk/PKGBUILD)
Deleted:
  helmfile/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-16 21:31:31 UTC (rev 1016616)
+++ PKGBUILD	2021-09-16 21:31:37 UTC (rev 1016617)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=helmfile
-pkgver=0.140.0
-pkgrel=1
-pkgdesc="Manage multiple helm charts with a single helmfile"
-arch=('x86_64')
-url="https://github.com/roboll/helmfile"
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz")
-sha512sums=('4e9135a48e2c6f3e1fa95c5ef6b6277717a084c4ee547a71cb3e0d1912ff0cd6d825e11487e05f108296067e97ac25d03452d24f262ad75388d4e5d0cf7ea040')
-b2sums=('fea8063d99f477ed32e3988dbf01393feee025a241a8898b69f9198e2639ada1fa2b6696df9a41c64f25afec6370e2bc6409de4a2c879b79ce1f5d5f4a931b00')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/roboll "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -v -ldflags "-linkmode=external -X github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}" .
-  chmod +x ./helmfile
-}
-
-check() {
-  cd "${PACKAGE_ROOT}"
-  go test -v ./...
-}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
-}

Copied: helmfile/repos/community-x86_64/PKGBUILD (from rev 1016616, helmfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-16 21:31:37 UTC (rev 1016617)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=helmfile
+pkgver=0.140.1
+pkgrel=1
+pkgdesc="Manage multiple helm charts with a single helmfile"
+arch=('x86_64')
+url="https://github.com/roboll/helmfile"
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz")
+sha512sums=('15867a465e168ba6ab03647a1ac81cf34f8bb928cea36bb538ef9e570c0f1ab13e41d4f38c4bd0b7b30dc1419926dff06afa54e7a72b313a3eb6bfbb3e5cf6ce')
+b2sums=('c11776a27ae9805bf0580c8eef8e036d9be08b9053e13c9b1f76b9ba1998805e1527eff272375c0d1f0a1ed460e8aea13929d53cf8db8e125d0a13dea3e17487')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/roboll "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -v -ldflags "-linkmode=external -X github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}" .
+  chmod +x ./helmfile
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
+}



More information about the arch-commits mailing list