catch2 3.10.0-2
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
name='catch2'
|
||||
version='3.10.0'
|
||||
release='1'
|
||||
desc='Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD.'
|
||||
release='2'
|
||||
desc='Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD'
|
||||
desc_ru='Современный header-only тестовый фреймворк на C++ для модульных тестов, TDD и BDD'
|
||||
homepage='https://github.com/catchorg/catch2'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
architectures=('amd64')
|
||||
@@ -15,6 +16,18 @@ build_deps=(
|
||||
'python3'
|
||||
)
|
||||
|
||||
build_deps_alt=("${build_deps[@]}")
|
||||
build_deps_arch=(
|
||||
'git'
|
||||
'cmake'
|
||||
'python'
|
||||
)
|
||||
build_deps_debian=("${build_deps[@]}")
|
||||
build_deps_fedora=("${build_deps[@]}")
|
||||
build_deps_redos=("${build_deps[@]}")
|
||||
build_deps_rhel=("${build_deps[@]}")
|
||||
build_deps_rosa=("${build_deps[@]}")
|
||||
|
||||
sources=("git+https://github.com/catchorg/catch2.git#tag=v${version}")
|
||||
checksums=('SKIP')
|
||||
|
||||
@@ -39,9 +52,9 @@ package() {
|
||||
}
|
||||
|
||||
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/*
|
||||
files-find-include
|
||||
files-find-lib
|
||||
files-find-share "Catch2"
|
||||
files-find ./usr/share/doc/Catch2/*
|
||||
files-find ./usr/share/pkgconfig/*
|
||||
}
|
||||
|
Reference in New Issue
Block a user