[arch-commits] Commit in kubectl-ingress-nginx/repos/community-x86_64 (2 files)

Jelle van der Waa jelle at gemini.archlinux.org
Wed Apr 27 15:29:07 UTC 2022


    Date: Wednesday, April 27, 2022 @ 15:29:07
  Author: jelle
Revision: 1191200

archrelease: copy trunk to community-x86_64

Added:
  kubectl-ingress-nginx/repos/community-x86_64/PKGBUILD
    (from rev 1191199, kubectl-ingress-nginx/trunk/PKGBUILD)
Deleted:
  kubectl-ingress-nginx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-27 15:29:02 UTC (rev 1191199)
+++ PKGBUILD	2022-04-27 15:29:07 UTC (rev 1191200)
@@ -1,34 +0,0 @@
-# Maintainer: christian rebischke <chris.rebischke at archlinux.org>
-# Contributor: ml <ml at visu.li>
-pkgname=kubectl-ingress-nginx
-_pkgname=${pkgname#kubectl-}-controller
-_bin=kubectl-ingress_nginx
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='kubectl plugin for managing NGINX Ingress Controller for Kubernetes'
-arch=('x86_64')
-url='https://github.com/kubernetes/ingress-nginx'
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-groups=('kubectl-plugins')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/ingress-nginx/archive/refs/tags/controller-v${pkgver}.tar.gz")
-sha512sums=('65017d83df1640c5f97cbe7bc121a3581f98b60fb6f51415cc17bc8513df9d597057f7a3ed37c0623a3cb38536e55607fe75645d8a561583cfcbd2e7c06b1961')
-b2sums=('97f25eca3366bf3ea59957083a6538417fef5908c9f7a6b4f4c7d3161a304591f09970509f2bf49023c87ff225a2c7aa4f5d4930641ec78b954d5914616e250e')
-
-build() {
-  cd "${_pkgname}-v${pkgver}"
-
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
-  go build -o "${_bin}" -ldflags "-w -s -linkmode=external" ./cmd/plugin
-}
-
-package() {
-  cd "${_pkgname}-v${pkgver}"
-  install -Dm755 ${_bin} -t "${pkgdir}/usr/bin"
-  install -Dm644 docs/kubectl-plugin.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: kubectl-ingress-nginx/repos/community-x86_64/PKGBUILD (from rev 1191199, kubectl-ingress-nginx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-27 15:29:07 UTC (rev 1191200)
@@ -0,0 +1,34 @@
+# Maintainer: christian rebischke <chris.rebischke at archlinux.org>
+# Contributor: ml <ml at visu.li>
+pkgname=kubectl-ingress-nginx
+_pkgname=${pkgname#kubectl-}-controller
+_bin=kubectl-ingress_nginx
+pkgver=1.0.4
+pkgrel=2
+pkgdesc='kubectl plugin for managing NGINX Ingress Controller for Kubernetes'
+arch=('x86_64')
+url='https://github.com/kubernetes/ingress-nginx'
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+groups=('kubectl-plugins')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/ingress-nginx/archive/refs/tags/controller-v${pkgver}.tar.gz")
+sha512sums=('65017d83df1640c5f97cbe7bc121a3581f98b60fb6f51415cc17bc8513df9d597057f7a3ed37c0623a3cb38536e55607fe75645d8a561583cfcbd2e7c06b1961')
+b2sums=('97f25eca3366bf3ea59957083a6538417fef5908c9f7a6b4f4c7d3161a304591f09970509f2bf49023c87ff225a2c7aa4f5d4930641ec78b954d5914616e250e')
+
+build() {
+  cd "${_pkgname}-v${pkgver}"
+
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -o "${_bin}" -ldflags "-w -s -linkmode=external" ./cmd/plugin
+}
+
+package() {
+  cd "${_pkgname}-v${pkgver}"
+  install -Dm755 ${_bin} -t "${pkgdir}/usr/bin"
+  install -Dm644 docs/kubectl-plugin.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list