[arch-commits] Commit in fluxctl/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at gemini.archlinux.org
Fri Aug 12 18:39:09 UTC 2022
Date: Friday, August 12, 2022 @ 18:39:09
Author: shibumi
Revision: 1265654
archrelease: copy trunk to community-x86_64
Added:
fluxctl/repos/community-x86_64/PKGBUILD
(from rev 1265653, fluxctl/trunk/PKGBUILD)
Deleted:
fluxctl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-12 18:36:00 UTC (rev 1265653)
+++ PKGBUILD 2022-08-12 18:39:09 UTC (rev 1265654)
@@ -1,37 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=fluxctl
-_pkgname=flux
-pkgver=1.25.3
-pkgrel=1
-pkgdesc="Controller for the GitOps Kubernetes operator flux"
-arch=('x86_64')
-url="https://github.com/fluxcd/flux"
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux/archive/${pkgver}.tar.gz")
-sha512sums=('14955fd681db087721b935a98b28c8d1a83e51078bd6f35bb8974d5ab14201c83d18d618aecd1a8d0d83e4c834c24ca9098f535dc6e8973c086c2d28dc56aea8')
-b2sums=('11912e30cfc6331c6295f312e606eb3d4969c07b136cbae80d9454cd8b940f8eee4fa90179f330088b3426b92ee970a47ad58926c2f3319e59da0a0872d1e7b7')
-options=("!lto")
-
-build() {
- cd "${_pkgname}-${pkgver}/cmd/fluxctl"
- 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 -ldflags "-w -X main.version="${pkgver}" -linkmode=external" .
- chmod +x ./fluxctl
-}
-
-check() {
- cd "${_pkgname}-${pkgver}/cmd/fluxctl"
- go test ./...
-}
-
-package() {
- cd "${_pkgname}-${pkgver}/cmd/fluxctl"
- install -Dsm755 ./fluxctl "${pkgdir}/usr/bin/fluxctl"
-}
Copied: fluxctl/repos/community-x86_64/PKGBUILD (from rev 1265653, fluxctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-12 18:39:09 UTC (rev 1265654)
@@ -0,0 +1,37 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=fluxctl
+_pkgname=flux
+pkgver=1.25.3
+pkgrel=1
+pkgdesc="Controller for the GitOps Kubernetes operator flux"
+arch=('x86_64')
+url="https://github.com/fluxcd/flux"
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux/archive/${pkgver}.tar.gz")
+sha512sums=('14955fd681db087721b935a98b28c8d1a83e51078bd6f35bb8974d5ab14201c83d18d618aecd1a8d0d83e4c834c24ca9098f535dc6e8973c086c2d28dc56aea8')
+b2sums=('11912e30cfc6331c6295f312e606eb3d4969c07b136cbae80d9454cd8b940f8eee4fa90179f330088b3426b92ee970a47ad58926c2f3319e59da0a0872d1e7b7')
+options=("!lto")
+
+build() {
+ cd "${_pkgname}-${pkgver}/cmd/fluxctl"
+ 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 -ldflags "-w -X main.version="${pkgver}" -linkmode=external" .
+ chmod +x ./fluxctl
+}
+
+check() {
+ cd "${_pkgname}-${pkgver}/cmd/fluxctl"
+ go test ./...
+}
+
+package() {
+ cd "${_pkgname}-${pkgver}/cmd/fluxctl"
+ install -Dsm755 ./fluxctl "${pkgdir}/usr/bin/fluxctl"
+}
More information about the arch-commits
mailing list