diff --git a/catch2/alr.sh b/catch2/alr.sh index 21d1036..1236973 100644 --- a/catch2/alr.sh +++ b/catch2/alr.sh @@ -1,5 +1,5 @@ name='catch2' -version='3.8.0' +version='3.8.1' release='1' desc='Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD.' homepage='https://github.com/catchorg/catch2' @@ -38,3 +38,10 @@ package() { DESTDIR="${pkgdir}" cmake --install "${name}"/build } +files() { + printf '"%s" ' ./usr/include/catch2/**/* + printf '"%s" ' ./usr/lib/cmake/Catch2/* + printf '"%s" ' ./usr/share/Catch2/* + printf '"%s" ' ./usr/share/doc/Catch2/* + printf '"%s" ' ./usr/share/pkgconfig/* +}