summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Nishimatsu <42202095+wep21@users.noreply.github.com>2024-02-09 19:15:01 +0900
committerGitHub <noreply@github.com>2024-02-09 11:15:01 +0100
commit1e558ea5ab14e17a0b1983540c5817cb6936acc3 (patch)
treefe3ccc511f02deeafdc47eed6dd7dc09d026efce
parentb33de953e51ce6f63f214b7f7463e2f525b168d2 (diff)
downloadbazelbuild-bazel-central-registry-1e558ea5ab14e17a0b1983540c5817cb6936acc3.tar.gz
feat: add cmake configure file (#1454)
* feat: add cmake configure file Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com> * add github handle Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com> * update url Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com> --------- Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
-rw-r--r--modules/cmake_configure_file/0.1.0/MODULE.bazel3
-rw-r--r--modules/cmake_configure_file/0.1.0/presubmit.yml17
-rw-r--r--modules/cmake_configure_file/0.1.0/source.json5
-rw-r--r--modules/cmake_configure_file/metadata.json17
4 files changed, 42 insertions, 0 deletions
diff --git a/modules/cmake_configure_file/0.1.0/MODULE.bazel b/modules/cmake_configure_file/0.1.0/MODULE.bazel
new file mode 100644
index 0000000..7e0c8ca
--- /dev/null
+++ b/modules/cmake_configure_file/0.1.0/MODULE.bazel
@@ -0,0 +1,3 @@
+module(name = "cmake_configure_file", version = "0.1.0")
+
+bazel_dep(name = "platforms", version = "0.0.8")
diff --git a/modules/cmake_configure_file/0.1.0/presubmit.yml b/modules/cmake_configure_file/0.1.0/presubmit.yml
new file mode 100644
index 0000000..8a37e42
--- /dev/null
+++ b/modules/cmake_configure_file/0.1.0/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:
+ - '@cmake_configure_file'
diff --git a/modules/cmake_configure_file/0.1.0/source.json b/modules/cmake_configure_file/0.1.0/source.json
new file mode 100644
index 0000000..0c67605
--- /dev/null
+++ b/modules/cmake_configure_file/0.1.0/source.json
@@ -0,0 +1,5 @@
+{
+ "url": "https://github.com/wep21/cmake_configure_file/releases/download/v0.1.0/cmake_configure_file_v0.1.0.tar.gz",
+ "strip_prefix": "cmake_configure_file-0.1.0",
+ "integrity": "sha256-3jNs7rMqmwfWHsVuB8Z77vv0HXHNUiJWTr61kWJcXoQ="
+}
diff --git a/modules/cmake_configure_file/metadata.json b/modules/cmake_configure_file/metadata.json
new file mode 100644
index 0000000..d2d6872
--- /dev/null
+++ b/modules/cmake_configure_file/metadata.json
@@ -0,0 +1,17 @@
+{
+ "homepage": "https://github.com/wep21/cmake_configure_file",
+ "maintainers": [
+ {
+ "email": "daisuke.nishimatsu1021@gmail.com",
+ "github": "wep21",
+ "name": "Daisuke Nishimatsu"
+ }
+ ],
+ "repository": [
+ "github:wep21/cmake_configure_file"
+ ],
+ "versions": [
+ "0.1.0"
+ ],
+ "yanked_versions": {}
+}