Skip to content

Commit

Permalink
add utest.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Apr 9, 2024
1 parent 4c139ba commit ccca7a8
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3337,6 +3337,14 @@
"2.5.2-1"
]
},
"utest.h": {
"dependency_names": [
"utest.h"
],
"versions": [
"bc61349-1"
]
},
"utf8proc": {
"dependency_names": [
"libutf8proc"
Expand Down
27 changes: 27 additions & 0 deletions subprojects/packagefiles/utest.h/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright © 2024 Enno Boland

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:

# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

project('utest.h')

utest_include = include_directories('.')

utest_h_dep = declare_dependency(
include_directories: utest_include,
)
9 changes: 9 additions & 0 deletions subprojects/utest.h.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[wrap-file]
directory = utest.h-bc613490597c03437f2e07bdf3322c3d3c72e4ad
source_url = https://github.com/sheredom/utest.h/archive/bc613490597c03437f2e07bdf3322c3d3c72e4ad.tar.gz
source_filename = bc613490597c03437f2e07bdf3322c3d3c72e4ad.tar.gz
source_hash = c1f90ee8d7e72a5b3c795f63005f139bd7d0b2d8045fbf988f6e43bfee4e942a
patch_directory = utest.h

[provide]
utest.h = utest_h_dep

0 comments on commit ccca7a8

Please sign in to comment.