Search Criteria
Package Details: oidc-agent 5.2.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/oidc-agent.git (read-only, click to copy) |
---|---|
Package Base: | oidc-agent |
Description: | A set of tools to manage OpenID Connect tokens and make them easily usable from the command line |
Upstream URL: | https://github.com/indigo-dc/oidc-agent |
Keywords: | oidc ssh tokens |
Licenses: | MIT |
Submitter: | samuelbernardo |
Maintainer: | samuelbernardo (alexdandrea) |
Last Packager: | alexdandrea |
Votes: | 1 |
Popularity: | 0.001818 |
First Submitted: | 2020-10-18 17:23 (UTC) |
Last Updated: | 2024-11-16 18:22 (UTC) |
Dependencies (6)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libmicrohttpd (libmicrohttpd-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- qrencode (qrencode-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
Latest Comments
« First ‹ Previous 1 2
samuelbernardo commented on 2021-06-27 15:12 (UTC)
snack thank you for the feedback.
snack commented on 2021-06-10 07:05 (UTC)
I found that the culprit is parallel compilation, which evidently is not supported by the oidc-agent makefiles. Launching makepkg as:
fixes the error.
snack commented on 2021-06-10 06:59 (UTC)
When compiling the package (without any AUR helper, not in a clean chroot) I get these errors:
samuelbernardo commented on 2021-04-30 23:50 (UTC)
Hello lukas.burgey, Thank you for you feedback. I just applied your correction to the published pkgbuild. Best, Samuel
lukas.burgey commented on 2021-04-30 10:24 (UTC) (edited on 2021-04-30 10:49 (UTC) by lukas.burgey)
Hello,
the current version does not work for me:
oidc-token
is unable to find the shared library (as the lib is installed to /usr/lib/x86_64-linux-gnu for some reason).In addition there was another small issue: Two files contain the $pkgdir path. This can be fixed by setting BIN_AFTER_INST_PATH, as can be seen below.
Both issues can be fixed by using this line in package(): make install_lib install PREFIX="$pkgdir" LIB_PATH="$pkgdir/usr/lib" BIN_AFTER_INST_PATH="/usr"
Best regards, Lukas Burgey
« First ‹ Previous 1 2