Search Criteria
Package Details: auth-cli 0.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/auth-cli.git (read-only, click to copy) |
---|---|
Package Base: | auth-cli |
Description: | Authenticator CLI, generate totps on the fly |
Upstream URL: | https://github.com/nnyyxxxx/auth |
Keywords: | cli cpp totp |
Licenses: | BSD-3-Clause |
Submitter: | adamperkowski |
Maintainer: | adamperkowski |
Last Packager: | adamperkowski |
Votes: | 2 |
Popularity: | 1.86 |
First Submitted: | 2025-04-15 11:48 (UTC) |
Last Updated: | 2025-04-15 11:48 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- libcrypto.so (openssl-gitAUR, openssl-staticAUR, lib32-openssl, openssl, openssl-1.1)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
nnyyxxxx commented on 2025-04-18 16:59 (UTC) (edited on 2025-04-18 17:00 (UTC) by nnyyxxxx)
that is not an error, it is related to:
For reasons unknown, this is included in the pkgbuild; it is the test suite I made for the application.
"Error parsing TOML" refers to a case in the test where it's testing invalid toml data.
That is version 0.2.0, not 0.3.0; this pkgbuild hasn't been updated to 0.3.0 yet. Since it's building from the tagged releases and not the latest commit.
m040601 commented on 2025-04-16 00:01 (UTC) (edited on 2025-04-18 15:27 (UTC) by m040601)
Thanks for the PKGBUILD. Interesting new and usefull TOTP cli tool.
Just want to report that the PKGBUILD seems to build fine and everything gets nicely installed, man page, readme. And the tool seems to work perfectly.
Except this annoying error message during installation. The color is always "green". No "red" makefile errors. I'm not 100% sure whether it can be ignored or not.
So just to let you know,
I assume this is some "internal" Makefile error, not a PKGBUILD error. Am I correct ?
UPDATE: 2025-04-18
building version 0.3.0 still outputs the same error