[arch-commits] Commit in kubeseal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at gemini.archlinux.org
Sun Jul 24 14:25:26 UTC 2022
Date: Sunday, July 24, 2022 @ 14:25:26
Author: shibumi
Revision: 1255924
archrelease: copy trunk to community-x86_64
Added:
kubeseal/repos/community-x86_64/PKGBUILD
(from rev 1255923, kubeseal/trunk/PKGBUILD)
Deleted:
kubeseal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-24 14:25:19 UTC (rev 1255923)
+++ PKGBUILD 2022-07-24 14:25:26 UTC (rev 1255924)
@@ -1,41 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: sseneca <me at ssene dot ca>
-# Contributor: ml <ml at visu.li>
-
-pkgname=kubeseal
-_pkgname=sealed-secrets
-pkgver=0.17.5
-pkgrel=1
-pkgdesc="A Kubernetes controller and tool for one-way encrypted Secrets"
-arch=('x86_64')
-url="https://github.com/bitnami-labs/sealed-secrets"
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('bc2dade857577b0b3dbe3460ef3474111005ada7e8b691ae46f07a7b27e7284246f42e0f03f09ab722ccabfcb3bad390b36a075ea3bd8f3f955f328e705bed0b')
-options=('!lto')
-
-build() {
- cd "${_pkgname}-${pkgver}/cmd/kubeseal"
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
- go build -ldflags="-linkmode=external -X=main.VERSION=v${pkgver}" .
-}
-
-check() {
- cd "${_pkgname}-${pkgver}"
-
- go test ./cmd/kubeseal/... ./pkg/...
-}
-
-package() {
- cd "${_pkgname}-${pkgver}/cmd/kubeseal/"
-
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
Copied: kubeseal/repos/community-x86_64/PKGBUILD (from rev 1255923, kubeseal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-07-24 14:25:26 UTC (rev 1255924)
@@ -0,0 +1,41 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: sseneca <me at ssene dot ca>
+# Contributor: ml <ml at visu.li>
+
+pkgname=kubeseal
+_pkgname=sealed-secrets
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="A Kubernetes controller and tool for one-way encrypted Secrets"
+arch=('x86_64')
+url="https://github.com/bitnami-labs/sealed-secrets"
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('ca0d45a7022abc4e2ec11bf7be7710993103ed2dfe09f9829a7a553d4a206b03f60616082a1ee942a811027815143d44116db7d5f7e66513032e42d8ebfd1ce2')
+options=('!lto')
+
+build() {
+ cd "${_pkgname}-${pkgver}/cmd/kubeseal"
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+ go build -ldflags="-linkmode=external -X=main.VERSION=v${pkgver}" .
+}
+
+check() {
+ cd "${_pkgname}-${pkgver}"
+
+ go test ./cmd/kubeseal/... ./pkg/...
+}
+
+package() {
+ cd "${_pkgname}-${pkgver}/cmd/kubeseal/"
+
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
More information about the arch-commits
mailing list