Skip to content

Commit

Permalink
trompeloeil: Add at v47 for corectrl
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Mar 28, 2024
1 parent 9bed263 commit 836f896
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/t/trompeloeil/monitoring.yml
@@ -0,0 +1,6 @@
releases:
id: 371881
rss: https://github.com/rollbear/trompeloeil/releases.atom
security:
# No known CPE, last checked 2024-03-28
cpe: ~
26 changes: 26 additions & 0 deletions packages/t/trompeloeil/package.yml
@@ -0,0 +1,26 @@
name : trompeloeil
version : '47'
release : 1
source :
- https://github.com/rollbear/trompeloeil/archive/refs/tags/v47.tar.gz : 4a1d79260c1e49e065efe0817c8b9646098ba27eed1802b0c3ba7d959e4e5e84
license : BSL-1.0
component : programming.library
homepage : https://github.com/rollbear/trompeloeil
summary : Thread-safe header-only mocking framework for C++11/14
description: |
Thread-safe header-only mocking framework for C++11/14
checkdeps :
- pkgconfig(catch2)
clang : yes
setup : |
%cmake_ninja -DTROMPELOEIL_INSTALL_DOCS=OFF \
-DTROMPELOEIL_BUILD_TESTS=yes
build : |
%ninja_build
install : |
%ninja_install
check : |
./solusBuildDir/test/self_test
./solusBuildDir/test/thread_terror
./solusBuildDir/test/custom_recursive_mutex
patterns : /*
58 changes: 58 additions & 0 deletions packages/t/trompeloeil/pspec_x86_64.xml
@@ -0,0 +1,58 @@
<PISI>
<Source>
<Name>trompeloeil</Name>
<Homepage>https://github.com/rollbear/trompeloeil</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Packager>
<License>BSL-1.0</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">Thread-safe header-only mocking framework for C++11/14</Summary>
<Description xml:lang="en">Thread-safe header-only mocking framework for C++11/14
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>trompeloeil</Name>
<Summary xml:lang="en">Thread-safe header-only mocking framework for C++11/14</Summary>
<Description xml:lang="en">Thread-safe header-only mocking framework for C++11/14
</Description>
<PartOf>programming.library</PartOf>
<Files>
<Path fileType="header">/usr/include/boost/trompeloeil.hpp</Path>
<Path fileType="header">/usr/include/cantata/trompeloeil.hpp</Path>
<Path fileType="header">/usr/include/catch2/trompeloeil.hpp</Path>
<Path fileType="header">/usr/include/criterion/trompeloeil.hpp</Path>
<Path fileType="header">/usr/include/crpcut/trompeloeil.hpp</Path>
<Path fileType="header">/usr/include/cxxtest/trompeloeil.hpp</Path>
<Path fileType="header">/usr/include/doctest/trompeloeil.hpp</Path>
<Path fileType="header">/usr/include/gtest/trompeloeil.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/coro.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/cpp11_shenanigans.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/lifetime.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/matcher.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/matcher/any.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/matcher/compare.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/matcher/deref.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/matcher/not.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/matcher/re.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/mock.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/sequence.hpp</Path>
<Path fileType="header">/usr/include/trompeloeil/stream_tracer.hpp</Path>
<Path fileType="library">/usr/lib64/cmake/trompeloeil/trompeloeil-config-version.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/trompeloeil/trompeloeil-config.cmake</Path>
<Path fileType="library">/usr/lib64/cmake/trompeloeil/trompeloeil-targets.cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-03-28</Date>
<Version>47</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 836f896

Please sign in to comment.