Now fails with this message on meson config:
tests/meson.build:1:13: ERROR: Dependency "catch2-with-main" not found (tried pkg-config and cmake)
As catch2 is a header-only library, it is probably safely included in makedepends.
Edit 2: It does look like catch2 includes some linkable libraries, and this needs the catch2-with-main, but the library is static only, so it should again be safe as makedepends.
Pinned Comments
Scrumplex commented on 2022-06-14 10:44 (UTC)
Please do not flag this package as out-of-date if it still builds fine and isn't missing any dependencies or anything