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

Christian Rebischke shibumi at gemini.archlinux.org
Tue Aug 9 13:56:21 UTC 2022


    Date: Tuesday, August 9, 2022 @ 13:56:21
  Author: shibumi
Revision: 1263551

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 13:56:11 UTC (rev 1263550)
+++ PKGBUILD	2022-08-09 13:56:21 UTC (rev 1263551)
@@ -1,44 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=helmfile
-pkgver=0.144.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=('677e714316f1b7a8c8895e5f1d300a433441cc007ee7c3793999ff924d6f9ee9c1ff33aff0876aa2fcaae6f93062108329aaf0a0e6ec7ccaa369bbd3ff8d18a1')
-b2sums=('9ed1f49a08b50ad7c2f822550b597ab1a535941c2aabae9b3160ec9d103db11dc0cffc630294804e19080d9f4010c1bddf6613cfeaa00531bd0ae6fac2aa61cf')
-options=('!lto')
-
-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 1263550, helmfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-09 13:56:21 UTC (rev 1263551)
@@ -0,0 +1,44 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=helmfile
+pkgver=0.145.2
+pkgrel=1
+pkgdesc="Manage multiple helm charts with a single helmfile"
+arch=('x86_64')
+url="https://github.com/helmfile/helmfile"
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/helmfile/helmfile/archive/v${pkgver}.tar.gz")
+sha512sums=('3d5b6cab7c292a3085946de0a1d01724bea4985bec1bf3dea2bee2c11c40ea5329e67c66f59a4617261994d141ba245a28d6c6c037f540ae12d3256a26712024')
+b2sums=('71516acdd34cc21664d12791b42600072a7619b74adb6942dc95eb73782f118af0e52df8b99415646736f882faf0d259e2ce584ef3c05cd4c5222d84f601e7c7')
+options=('!lto')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/helmfile "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/helmfile/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/helmfile/${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/helmfile/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