diff --git a/modules/cli11/2.4.2/MODULE.bazel b/modules/cli11/2.4.2/MODULE.bazel new file mode 100644 index 00000000000..1d0d87ea6ed --- /dev/null +++ b/modules/cli11/2.4.2/MODULE.bazel @@ -0,0 +1,7 @@ +module( + name = "cli11", + version = "2.4.2", + compatibility_level = 2, +) + +bazel_dep(name = "catch2", version = "3.5.4", dev_dependency = True) diff --git a/modules/cli11/2.4.2/patches/module_dot_bazel.patch b/modules/cli11/2.4.2/patches/module_dot_bazel.patch new file mode 100644 index 00000000000..c11c730d1cb --- /dev/null +++ b/modules/cli11/2.4.2/patches/module_dot_bazel.patch @@ -0,0 +1,11 @@ +--- MODULE.bazel ++++ MODULE.bazel +@@ -1,3 +1,7 @@ +-module(name = "cli11") ++module( ++ name = "cli11", ++ version = "2.4.2", ++ compatibility_level = 2, ++) + + bazel_dep(name = "catch2", version = "3.5.4", dev_dependency = True) diff --git a/modules/cli11/2.4.2/presubmit.yml b/modules/cli11/2.4.2/presubmit.yml new file mode 100644 index 00000000000..86c96889777 --- /dev/null +++ b/modules/cli11/2.4.2/presubmit.yml @@ -0,0 +1,17 @@ +matrix: + platform: + - debian10 + - ubuntu2004 + - macos + - macos_arm64 + - windows + bazel: + - 7.x + - 6.x +tasks: + verify_targets: + name: Verify build targets + platform: ${{ platform }} + bazel: ${{ bazel }} + build_targets: + - '@cli11' diff --git a/modules/cli11/2.4.2/source.json b/modules/cli11/2.4.2/source.json new file mode 100644 index 00000000000..9f5c3f5052e --- /dev/null +++ b/modules/cli11/2.4.2/source.json @@ -0,0 +1,9 @@ +{ + "url": "https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.4.2.tar.gz", + "integrity": "sha256-8tiTplw7EyTFDU5oLAzcAh3QR3riwEhUTznu1mVLaZo=", + "strip_prefix": "CLI11-2.4.2", + "patches": { + "module_dot_bazel.patch": "sha256-6WVKWVBk/EPGU6TOij0sPuc5XO11v25/EM/JqopjuUs=" + }, + "patch_strip": 0 +} diff --git a/modules/cli11/metadata.json b/modules/cli11/metadata.json new file mode 100644 index 00000000000..f964cb9763a --- /dev/null +++ b/modules/cli11/metadata.json @@ -0,0 +1,16 @@ +{ + "homepage": "https://github.com/CLIUtils/CLI11", + "maintainers": [ + { + "email": "bcr-maintainers@bazel.build", + "name": "No Maintainer Specified" + } + ], + "repository": [ + "github:CLIUtils/CLI11" + ], + "versions": [ + "2.4.2" + ], + "yanked_versions": {} +}