Date: Sunday, February 12, 2023 @ 16:23:46
  Author: shibumi
Revision: 1400078

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-12 16:23:35 UTC (rev 1400077)
+++ PKGBUILD    2023-02-12 16:23:46 UTC (rev 1400078)
@@ -1,44 +0,0 @@
-# Maintainer: Christian Rebischke <[email protected]>
-
-pkgname=helmfile
-pkgver=0.149.0
-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=('b828485289000f4a8ec67d191b79a9dfedda1a306fc28b5d683fb8e11aab57c415f3966ad7dcee19b087df73e21f4cf44442cfb67128ce4c169c096389751df2')
-b2sums=('0697ec104585076b505d23cfefa46c7c05b7a276dc398e9a034632cbfd43b911f9de614474fee0f9d3fd69d171e8f4f2a5e7b735f89ce962f3844d50e62309e9')
-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"
-}

Copied: helmfile/repos/community-x86_64/PKGBUILD (from rev 1400077, 
helmfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-12 16:23:46 UTC (rev 1400078)
@@ -0,0 +1,44 @@
+# Maintainer: Christian Rebischke <[email protected]>
+
+pkgname=helmfile
+pkgver=0.150.0
+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=('e5e577b25197eed3b4190571dcc92da1f296ebad8c4aad6d6aeccd07f650dac66479f59dc0f36c7582ed8ed3f04c5a4387ce53049117c1e39ac8c7edf9357155')
+b2sums=('c118d7ef6c7cd4b4632fbe60695cbef08ccc17619a4e99b4f007be8f40b6cbb753c4737e757c68488e8293a5a236716f7b6ddcabad632ab5b442b1536f71585b')
+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"
+}

Reply via email to