[arch-commits] Commit in kubectl-cert-manager/repos/community-x86_64 (2 files)
Christian Rebischke
shibumi at gemini.archlinux.org
Sun Jul 24 14:48:45 UTC 2022
Date: Sunday, July 24, 2022 @ 14:48:44
Author: shibumi
Revision: 1255968
archrelease: copy trunk to community-x86_64
Added:
kubectl-cert-manager/repos/community-x86_64/PKGBUILD
(from rev 1255967, kubectl-cert-manager/trunk/PKGBUILD)
Deleted:
kubectl-cert-manager/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-24 14:48:24 UTC (rev 1255967)
+++ PKGBUILD 2022-07-24 14:48:44 UTC (rev 1255968)
@@ -1,45 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: ml <>
-pkgname=kubectl-cert-manager
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
-arch=('x86_64' 'aarch64')
-url='https://github.com/jetstack/cert-manager'
-license=('Apache')
-depends=('kubectl')
-makedepends=('git' 'go')
-groups=('kubectl-plugins')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('338cbe4c04844e7303587c5726cf1065e0e591b295286adf3107b56896247f9715ed52ccc42db749ae7c3feee1c36fe97ec8d70894ccc09c887fe3eaf2d65623')
-b2sums=('b1516292c7c96f5cc0fa2c5457bff1fe7c7c125022ba86bd221a973204e8741e38ef1ac34e3d68cd603f5715f6b3003104d0f4eb4a9a8fc4b10232f6cad5f2cc')
-
-build() {
- local _x _commit
- _commit=$(bsdcat "$pkgname-$pkgver.tar.gz" | git get-tar-commit-id)
- _x=(
- AppVersion="v$pkgver"
- AppGitCommit="${_commit:?}"
- AppGitState="clean"
- )
-
- cd cert-manager-"$pkgver"
- export CGO_ENABLED=1
- 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 -ldflags="-linkmode=external ${_x[*]/#/-X=github.com/jetstack/cert-manager/pkg/util.}" ./cmd/ctl
-}
-
-check() {
- cd cert-manager-"$pkgver"
- # we don't want e2e and other tests that explicitly want bazel
- go test -short ./cmd/ctl/...
-}
-
-package() {
- cd cert-manager-"$pkgver"
- install -Dm755 ctl "$pkgdir"/usr/bin/kubectl-cert_manager
-}
Copied: kubectl-cert-manager/repos/community-x86_64/PKGBUILD (from rev 1255967, kubectl-cert-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-24 14:48:44 UTC (rev 1255968)
@@ -0,0 +1,45 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: ml <>
+pkgname=kubectl-cert-manager
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Automatically provision and manage TLS certificates in Kubernetes'
+arch=('x86_64' 'aarch64')
+url='https://github.com/jetstack/cert-manager'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+groups=('kubectl-plugins')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('8c2bdfcdfbacd321c02bb0c68a0ed23c1d4ae902c90e5b036898ec70cdf9e80557367dbbf731b21d0e407d5715277ae74431d40e0051c8da26eb7886d089f1be')
+b2sums=('80c08ab52521ffa680789a7ad8f516c1dcb5a060edef6a19ccad127a46ed8b236406c3f815f46cdafc22fc05684fd5fd3ba3f59695ae2da5feb3fe75e3566772')
+
+build() {
+ local _x _commit
+ _commit=$(bsdcat "$pkgname-$pkgver.tar.gz" | git get-tar-commit-id)
+ _x=(
+ AppVersion="v$pkgver"
+ AppGitCommit="${_commit:?}"
+ AppGitState="clean"
+ )
+
+ cd cert-manager-"$pkgver"
+ export CGO_ENABLED=1
+ 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 -ldflags="-linkmode=external ${_x[*]/#/-X=github.com/jetstack/cert-manager/pkg/util.}" ./cmd/ctl
+}
+
+check() {
+ cd cert-manager-"$pkgver"
+ # we don't want e2e and other tests that explicitly want bazel
+ go test -short ./cmd/ctl/...
+}
+
+package() {
+ cd cert-manager-"$pkgver"
+ install -Dm755 ctl "$pkgdir"/usr/bin/kubectl-cert_manager
+}
More information about the arch-commits
mailing list