[arch-commits] Commit in helmfile/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Sat Jun 12 21:48:36 UTC 2021
Date: Saturday, June 12, 2021 @ 21:48:35
Author: shibumi
Revision: 963213
archrelease: copy trunk to community-x86_64
Added:
helmfile/repos/community-x86_64/PKGBUILD
(from rev 963212, helmfile/trunk/PKGBUILD)
Deleted:
helmfile/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-12 21:48:29 UTC (rev 963212)
+++ PKGBUILD 2021-06-12 21:48:35 UTC (rev 963213)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=helmfile
-pkgver=0.139.7
-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=('31cd168c8ab9a1d6b76f0832019bc15df1b121f31d4e40e7d3bd78a77b6f82e6b957e9a8bc50df7a5133fa57dcca1881abf5b6c10431ad4c977a9f6bf05a0ca9')
-
-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 963212, helmfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-12 21:48:35 UTC (rev 963213)
@@ -0,0 +1,42 @@
+# 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"
+}
More information about the arch-commits
mailing list