[arch-commits] Commit in kubeseal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Sat May 29 23:51:36 UTC 2021
Date: Saturday, May 29, 2021 @ 23:51:35
Author: shibumi
Revision: 950298
archrelease: copy trunk to community-x86_64
Added:
kubeseal/repos/community-x86_64/PKGBUILD
(from rev 950297, kubeseal/trunk/PKGBUILD)
Deleted:
kubeseal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-29 23:51:24 UTC (rev 950297)
+++ PKGBUILD 2021-05-29 23:51:35 UTC (rev 950298)
@@ -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.15.0
-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=('9a5f96d0690765d77e8ff1ce93b2b85d0d1d5d5f5dd2296eaf4a2096c5aca574c1c4504119518351102c5b4648020b5e5a28154462c6e5f621a33b35715ea6a0')
-
-build() {
- cd "${_pkgname}-${pkgver}"
- 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=vendor -modcacherw"
-
- go build -ldflags="-linkmode=external -X=main.VERSION=v${pkgver}" ./cmd/kubeseal
-}
-
-check() {
- cd "${_pkgname}-${pkgver}"
-
- go test ./cmd/kubeseal/... ./pkg/...
-}
-
-package() {
- cd "${_pkgname}-${pkgver}"
-
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
Copied: kubeseal/repos/community-x86_64/PKGBUILD (from rev 950297, kubeseal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-29 23:51:35 UTC (rev 950298)
@@ -0,0 +1,40 @@
+# 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.16.0
+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=('0d5338ff1d1e8ab4d7c6ee0ed42e7cf5ae4cf0bc05971e99994aef324d93e33ed5466a100240307881f86333516dab4ba4453c0c8dca87aa6f790088fb17d15d')
+
+build() {
+ cd "${_pkgname}-${pkgver}"
+ 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=vendor -modcacherw"
+
+ go build -ldflags="-linkmode=external -X=main.VERSION=v${pkgver}" ./cmd/kubeseal
+}
+
+check() {
+ cd "${_pkgname}-${pkgver}"
+
+ go test ./cmd/kubeseal/... ./pkg/...
+}
+
+package() {
+ cd "${_pkgname}-${pkgver}"
+
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+}
More information about the arch-commits
mailing list