[arch-commits] Commit in kubeseal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at gemini.archlinux.org
Sat Jan 15 05:45:43 UTC 2022
Date: Saturday, January 15, 2022 @ 05:45:42
Author: shibumi
Revision: 1104081
archrelease: copy trunk to community-x86_64
Added:
kubeseal/repos/community-x86_64/PKGBUILD
(from rev 1104080, kubeseal/trunk/PKGBUILD)
Deleted:
kubeseal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 81 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-15 05:45:36 UTC (rev 1104080)
+++ PKGBUILD 2022-01-15 05:45:42 UTC (rev 1104081)
@@ -1,40 +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.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=('c4f3857c29930d9e304d99be5e6b5e5acf944385ab1ed93e7b2d0ab837a9d64eafd6a723c98702b124925bcb38a430992507c4dee01469ffd45a6c2a4eab3cce')
-
-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 1104080, kubeseal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-15 05:45:42 UTC (rev 1104081)
@@ -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.17.2
+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=('97d348815c5cf22d169b2c984ebd908af61f0937a124bcc3f78c350cee71b8facbdbd7640253a4fbf3cd4f283a2959889213a716a833dcfceef233eaf7181af5')
+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