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