Package Details: zitadel 3.3.2-1

Git Clone URL: https://aur.archlinux.org/zitadel.git (read-only, click to copy)
Package Base: zitadel
Description: Identity infrastructure, simplified for you
Upstream URL: https://github.com/zitadel/zitadel/
Licenses: Apache License 2.0
Conflicts: zitadel-bin
Submitter: VVL
Maintainer: VVL
Last Packager: VVL
Votes: 1
Popularity: 0.000010
First Submitted: 2024-01-06 15:31 (UTC)
Last Updated: 2025-07-17 12:32 (UTC)

Dependencies (7)

Required by (0)

Sources (6)

Latest Comments

brody commented on 2025-06-03 16:31 (UTC)

With this adjustment, the package is buildable for me (in a clean chroot environment, as described in https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot)

diff --git a/PKGBUILD b/PKGBUILD
index a7a782b..e6d31f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,10 @@ install="zitadel.install"

 build() {
   cd "$pkgname-$pkgver"
+  local _gobin
+  _gobin="$(go env GOPATH)"/bin
+  mkdir -p "${_gobin}"
+  PATH="${_gobin}:${PATH}"
   make compile
 }

brody commented on 2025-05-21 16:16 (UTC) (edited on 2025-05-21 16:58 (UTC) by brody)

Package is not buildable in a clean chroot environment.

...
buf generate
Failure: plugin go-grpc: could not find protoc plugin for name go-grpc - please make sure protoc-gen-go-grpc is installed and present on your $PATH
plugin openapiv2: could not find protoc plugin for name openapiv2 - please make sure protoc-gen-openapiv2 is installed and present on your $PATH
context canceled
plugin go: could not find protoc plugin for name go - please make sure protoc-gen-go is installed and present on your $PATH
plugin grpc-gateway: could not find protoc plugin for name grpc-gateway - please make sure protoc-gen-grpc-gateway is installed and present on your $PATH
make: *** [Makefile:74: core_api] Error 1

assimilat commented on 2024-02-10 21:18 (UTC)

Small/simple issue. The package seems to be missing make dep entries for dart-sass and yarn.