Search Criteria
Package Details: cpputest-git 4.0.r674.g81eb8b8-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cpputest-git.git (read-only, click to copy) |
|---|---|
| Package Base: | cpputest-git |
| Description: | Unit testing and mocking framework for C/C++ |
| Upstream URL: | https://github.com/cpputest/cpputest |
| Licenses: | BSD |
| Conflicts: | cpputest |
| Provides: | cpputest |
| Submitter: | mosis99 |
| Maintainer: | mosis99 |
| Last Packager: | mosis99 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-05-31 08:26 (UTC) |
| Last Updated: | 2024-06-03 06:03 (UTC) |
Required by (2)
- libcollectc-git (requires cpputest) (check)
- roc-toolkit-git (requires cpputest) (make)
Latest Comments
FabioLolix commented on 2024-06-03 16:22 (UTC)
Thanks for updating!
FabioLolix commented on 2024-06-02 09:27 (UTC)
Hello, for pkgver() function please use
git describe --long --tags --abbrev=7 --exclude latest* | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g', this will remove the CI tag used there which isn't optimal for AUR pkgbuilds and thevprefix which is typically removed