Skip to content

Commit

Permalink
zpp_bits: Add new wrap 4.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
QWERTIOX committed Jul 4, 2024
1 parent 65424f3 commit 1c6b171
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
10 changes: 9 additions & 1 deletion releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3672,6 +3672,14 @@
"1.2.8-2"
]
},
"zpp_bits": {
"dependency_names": [
"zpp_bits"
],
"versions": [
"4.4.22-1"
]
},
"zstd": {
"dependency_names": [
"libzstd"
Expand All @@ -3686,4 +3694,4 @@
"1.3.3-1"
]
}
}
}
11 changes: 11 additions & 0 deletions subprojects/packagefiles/zpp_bits/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
project(
'zpp_bits',
'cpp',
version: '4.4.22',
license: 'MIT'
)


zpp_bits_dep = declare_dependency(
include_directories: include_directories('.')
)
9 changes: 9 additions & 0 deletions subprojects/zpp_bits.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[wrap-file]
source_url = https://github.com/eyalz800/zpp_bits/archive/refs/tags/v4.4.22.tar.gz
source_filename = zpp_bits-v4.4.22.tar.gz
directory = zpp_bits-4.4.22
source_hash = 52500a46f51fcba26a4b868e56a7b618050d1a66a577de53f6598359c8684011
patch_directory = zpp_bits

[provide]
zpp_bits = zpp_bits_dep

0 comments on commit 1c6b171

Please sign in to comment.