Skip to content

Commit

Permalink
Add rules_multitool (#1112)
Browse files Browse the repository at this point in the history
* Add rules_multitool

* Update metadata.json

* Update metadata.json

* fix add_module.py's broken patch

* Drop windows support

* more patching context

* this should work

---------

Co-authored-by: Xùdōng Yáng <[email protected]>
  • Loading branch information
mark-thm and Wyverald authored Nov 10, 2023
1 parent 5317091 commit 70995e4
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/rules_multitool/0.0.10/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"multitool"

module(
name = "rules_multitool",
version = "0.0.10",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2")
12 changes: 12 additions & 0 deletions modules/rules_multitool/0.0.10/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
build_targets:
- '@rules_multitool//...'
5 changes: 5 additions & 0 deletions modules/rules_multitool/0.0.10/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/theoremlp/rules_multitool/releases/download/v0.0.10/rules_multitool-0.0.10.tar.gz",
"integrity": "sha256-QfsRi4qAUF6qrlLfaTxzaCxXl1pbZqdIxnFodXf9tUA=",
"strip_prefix": "rules_multitool-0.0.10"
}
17 changes: 17 additions & 0 deletions modules/rules_multitool/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/theoremlp/rules_multitool",
"maintainers": [
{
"email": "[email protected]",
"github": "mark-thm",
"name": "Mark Elliot"
}
],
"repository": [
"github:theoremlp/rules_multitool"
],
"versions": [
"0.0.10"
],
"yanked_versions": {}
}

0 comments on commit 70995e4

Please sign in to comment.