Skip to content

Commit 3d4e46c

Browse files
authored
1 parent 6fa8eb6 commit 3d4e46c

File tree

6 files changed

+65
-0
lines changed

6 files changed

+65
-0
lines changed

modules/tclap/1.2.5/MODULE.bazel

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module(
2+
name = "tclap",
3+
version = "1.2.5",
4+
compatibility_level = 1,
5+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
--- /dev/null
2+
+++ BUILD.bazel
3+
@@ -0,0 +1,6 @@
4+
+cc_library(
5+
+ name = "tclap",
6+
+ hdrs = glob(["include/tclap/*.h"]),
7+
+ includes = ["include"],
8+
+ visibility = ["//visibility:public"],
9+
+)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
--- MODULE.bazel
2+
+++ MODULE.bazel
3+
@@ -0,0 +1,5 @@
4+
+module(
5+
+ name = "tclap",
6+
+ version = "1.2.5",
7+
+ compatibility_level = 1,
8+
+)

modules/tclap/1.2.5/presubmit.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
bazel:
9+
- 7.x
10+
- 6.x
11+
tasks:
12+
verify_targets:
13+
name: Verify build targets
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
build_targets:
17+
- '@tclap//:tclap'

modules/tclap/1.2.5/source.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"url": "https://github.com/mirror/tclap/archive/refs/tags/v1.2.5.tar.gz",
3+
"integrity": "sha256-fofRNzQHb6T2JvYUTOmgJxcZiz8FQ0GmiG4hB7BIsjU=",
4+
"strip_prefix": "tclap-1.2.5",
5+
"patches": {
6+
"add_build_file.patch": "sha256-tCVQ3KII3o22b6T0I7XydMrGvJ90acqdqEHsgj/6Z94=",
7+
"module_dot_bazel.patch": "sha256-YJYKrDeaBBPMAdb7XZtAGKIhECPLsAzNitkGweSDgnY="
8+
},
9+
"patch_strip": 0
10+
}

modules/tclap/metadata.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"homepage": "https://github.com/mirror/tclap",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"name": "No Maintainer Specified"
7+
}
8+
],
9+
"repository": [
10+
"github:mirror/tclap"
11+
],
12+
"versions": [
13+
"1.2.5"
14+
],
15+
"yanked_versions": {}
16+
}

0 commit comments

Comments
 (0)