[arch-commits] Commit in helmfile/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at gemini.archlinux.org
Thu Jul 22 22:40:19 UTC 2021
Date: Thursday, July 22, 2021 @ 22:40:19
Author: shibumi
Revision: 984101
archrelease: copy trunk to community-x86_64
Added:
helmfile/repos/community-x86_64/PKGBUILD
(from rev 984100, helmfile/trunk/PKGBUILD)
Deleted:
helmfile/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 85 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-22 22:40:13 UTC (rev 984100)
+++ PKGBUILD 2021-07-22 22:40:19 UTC (rev 984101)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=helmfile
-pkgver=0.139.9
-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=('213f4a66da0591053c2798fc236b6da2ac789a5e21700cdcd13ddc699d68e8b93fb9867df4747270b1dedf88ceb61998b9665d710f93148d0632ed910dc5f5e8')
-
-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 984100, helmfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-22 22:40:19 UTC (rev 984101)
@@ -0,0 +1,43 @@
+# 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"
+}
More information about the arch-commits
mailing list