Search Criteria
Package Details: jwt-cpp 0.7.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/jwt-cpp.git (read-only, click to copy) |
|---|---|
| Package Base: | jwt-cpp |
| Description: | A header only library for creating and validating JSON Web Tokens in C++ |
| Upstream URL: | https://github.com/Thalhammer/jwt-cpp/ |
| Licenses: | MIT |
| Submitter: | txtsd |
| Maintainer: | txtsd |
| Last Packager: | txtsd |
| Votes: | 3 |
| Popularity: | 0.41 |
| First Submitted: | 2024-10-19 15:42 (UTC) |
| Last Updated: | 2026-02-16 03:36 (UTC) |
Dependencies (3)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
Required by (1)
- porla (make)
Latest Comments
redfish commented on 2026-07-23 09:15 (UTC)
The install path needs to be fixed to add a subdirectory: -DJWT_CMAKE_FILES_INSTALL_DIR='/usr/lib/cmake/jwt-cpp'
CMake expects a subdirectory by default, otherwise it can't find the .cmake files (you can check /usr/lib/cmake on your system, and you'll see all files are in subdirectories).
Once this is fixed, the workaround that is currently in porla (in 0001-patch-for-arch.patch) can be removed by deleting this line: set(jwt-cpp_DIR /usr/lib/cmake)
Please apply this fix, because this package is a dependency of a new package I'm adding. Or, feel free to add me as co-maintainer if you prefer me to apply the patch. Thank you.