Skip to content

Commit

Permalink
feat: Add greatest v1.5.0 (#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi authored Dec 18, 2024
1 parent a22ff11 commit cec4c9a
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/greatest/1.5.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "greatest",
version = "1.5.0",
compatibility_level = 0,
)

bazel_dep(name = "rules_cc", version = "0.0.17")
9 changes: 9 additions & 0 deletions modules/greatest/1.5.0/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

cc_library(
name = "greatest",
hdrs = ["greatest.h"],
includes = ["."],
strip_include_prefix = ".",
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions modules/greatest/1.5.0/overlay/MODULE.bazel
18 changes: 18 additions & 0 deletions modules/greatest/1.5.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matrix:
platform:
- debian10
- debian11
- macos
- macos_arm64
- ubuntu2004
- ubuntu2204
- ubuntu2404
- windows
bazel: [7.x, 8.x]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@greatest//...'
10 changes: 10 additions & 0 deletions modules/greatest/1.5.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/silentbicycle/greatest/archive/v1.5.0.tar.gz",
"integrity": "sha256-M+TJOxt/Yx/sFzuGdVgtFzmxI4pUQLf0rVBYLwzzjDQ=",
"strip_prefix": "greatest-1.5.0/",
"patch_strip": 0,
"overlay": {
"BUILD.bazel": "sha256-VsMUOFxl6f19mUvSJw+wgy5esVM6m0BfbBn7PKCIeGI=",
"MODULE.bazel": "sha256-NOgf3NSYocqHXULwTrRhDdZflJfwAX3RoJzL+Jh8nwU="
}
}
16 changes: 16 additions & 0 deletions modules/greatest/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/silentbicycle/greatest",
"maintainers": [
{
"github": "hofbi",
"name": "Markus Hofbauer"
}
],
"repository": [
"github:silentbicycle/greatest"
],
"versions": [
"1.5.0"
],
"yanked_versions": {}
}

0 comments on commit cec4c9a

Please sign in to comment.