catch 3.8.1
This commit is contained in:
parent
0f73e80b80
commit
31ea6c9c0c
@ -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/*
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user