Search Criteria
Package Details: libcotp 2.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libcotp.git (read-only, click to copy) |
---|---|
Package Base: | libcotp |
Description: | C library that generates TOTP and HOTP |
Upstream URL: | https://github.com/paolostivanin/libcotp |
Keywords: | hotp totp |
Licenses: | Apache |
Submitter: | polslinux |
Maintainer: | polslinux (KingofToasters) |
Last Packager: | polslinux |
Votes: | 8 |
Popularity: | 0.111471 |
First Submitted: | 2017-04-23 16:34 (UTC) |
Last Updated: | 2023-02-10 09:52 (UTC) |
Dependencies (2)
- libgcrypt (libgcrypt15-git, libgcrypt-git)
- cmake (cmake-git) (make)
Latest Comments
kovdan01 commented on 2022-11-24 14:21 (UTC)
Hello @polslinux, thanks for your great software! Please consider using cmake wrappers instead of make commands in PKGBUILD. When a custom
CMAKE_GENERATOR
environment variable is set, we have to use something likecmake --build . --target all
instead of justmake
. The same applies tomake install
. I've prepared a patch for that. Would be glad if you apply it usinggit am
to save my credits in commit history. Thanks!polslinux commented on 2021-03-30 18:06 (UTC)
fixed
Max1Truc commented on 2021-03-30 16:53 (UTC)
Seems like the SHA256 sum isn't right.
polslinux commented on 2018-10-07 17:55 (UTC)
libcotp can be updated to v1.2.1 only when OTPClient 1.3.0 will be released (Oct 2018).