aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authorPark DongHa <luncliff@gmail.com>2021-07-17 04:53:49 +0900
committerGitHub <noreply@github.com>2021-07-16 12:53:49 -0700
commitbbe9763f6254298470dddb6eaf186b13c37459fd (patch)
tree287168b08e14dbe430f6a76818cbf8399219c57d /versions
parent588b1e66f9c18e0887eeaea8dfb49ff856acf683 (diff)
downloadvcpkg-bbe9763f6254298470dddb6eaf186b13c37459fd.tar.gz
vcpkg-bbe9763f6254298470dddb6eaf186b13c37459fd.zip
[liburing] create a new port (#17623)
* [liburing] create a new port * [liburing] patch datadir * [liburing] add port usage * with CMake module: FindPkgConfig * Update ports/liburing/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [liburing] comments for BUILD_SHARED * update git-tree SHA * [liburing] fix portfile * [liburing] configure with ENABLE_SHARED * update git-tree SHA * Update ports/liburing/usage * [liburing] fix mistype in usage * update git-tree SHA Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/l-/liburing.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index 99807fbd1..84820cd75 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -3668,6 +3668,10 @@
"baseline": "4.3-0",
"port-version": 0
},
+ "liburing": {
+ "baseline": "2.0",
+ "port-version": 0
+ },
"libusb": {
"baseline": "1.0.24",
"port-version": 4
diff --git a/versions/l-/liburing.json b/versions/l-/liburing.json
new file mode 100644
index 000000000..0ec46a4a7
--- /dev/null
+++ b/versions/l-/liburing.json
@@ -0,0 +1,9 @@
+{
+ "versions": [
+ {
+ "git-tree": "b4d90242721d15d6dc5287690c3b8d42c2e8d0f0",
+ "version": "2.0",
+ "port-version": 0
+ }
+ ]
+}