From dff8306fd5bc0bfa6f9243aa948c2f1124fa0b8a Mon Sep 17 00:00:00 2001 From: Zephyr Lykos Date: Sun, 16 Feb 2025 14:56:53 +0800 Subject: [PATCH] zydis: new wrap --- ci_config.json | 7 +++++++ releases.json | 8 ++++++++ subprojects/zydis.wrap | 8 ++++++++ 3 files changed, 23 insertions(+) create mode 100644 subprojects/zydis.wrap diff --git a/ci_config.json b/ci_config.json index ce57d6c22..ff528543c 100644 --- a/ci_config.json +++ b/ci_config.json @@ -1222,5 +1222,12 @@ "zycore:examples=enabled", "zycore:tests=enabled" ] + }, + "zydis": { + "build_options": [ + "zydis:examples=enabled", + "zydis:tests=enabled", + "zydis:tools=enabled" + ] } } diff --git a/releases.json b/releases.json index f12dd2012..a669ed5dc 100644 --- a/releases.json +++ b/releases.json @@ -4075,5 +4075,13 @@ "1.5.2-1", "1.5.1-1" ] + }, + "zydis": { + "dependency_names": [ + "zydis" + ], + "versions": [ + "4.1.1-1" + ] } } diff --git a/subprojects/zydis.wrap b/subprojects/zydis.wrap new file mode 100644 index 000000000..e4f4a0184 --- /dev/null +++ b/subprojects/zydis.wrap @@ -0,0 +1,8 @@ +[wrap-file] +directory = zydis-f6265fdcf35c86750627adddf833616399986570 +source_url = https://github.com/zyantific/zydis/archive/f6265fdcf35c86750627adddf833616399986570/4.1.1.tar.gz +source_filename = zydis-4.1.1.tar.gz +source_hash = ae98d240b2db1868ab1efc41757e8d828e86c60adf8365176d8c6cd8b5fab70f + +[provide] +dependency_names = zydis