Skip to content

Commit

Permalink
Add skcms module (#3373)
Browse files Browse the repository at this point in the history
@bazel-io skip_check unstable_url
  • Loading branch information
eustas authored Dec 10, 2024
1 parent 7509551 commit 7f66b92
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/skcms/20241202.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "skcms",
version = "20241202.0",
repo_name = "skcms",
)
12 changes: 12 additions & 0 deletions modules/skcms/20241202.0/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
cc_library(
name = "skcms",
srcs = [
"skcms.cc",
"src/skcms_internals.h",
"src/skcms_public.h",
"src/skcms_Transform.h",
"src/Transform_inl.h",
],
hdrs = ["skcms.h"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions modules/skcms/20241202.0/overlay/MODULE.bazel
17 changes: 17 additions & 0 deletions modules/skcms/20241202.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 8.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@skcms//:skcms'
10 changes: 10 additions & 0 deletions modules/skcms/20241202.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/google/skia/archive/cfb2537954542e3803c8ecc7fdc7969920cb1776.tar.gz",
"integrity": "sha256-8/jlAZSiBObk/VwPGJoKmrQTnLfKNi3HakmC2xMCoHk=",
"strip_prefix": "skia-cfb2537954542e3803c8ecc7fdc7969920cb1776/modules/skcms",
"patch_strip": 0,
"overlay": {
"BUILD.bazel": "sha256-chS031SuagiBeb3ujL+b2tDk+SxZIB+NLsq/aVIvLAs=",
"MODULE.bazel": "sha256-aHjlMApRktQn07iSqzMnlJm4nKKqzDKMgAikHl8zJ70="
}
}
18 changes: 18 additions & 0 deletions modules/skcms/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"homepage": "https://skia.org/",
"maintainers": [
{
"email": "[email protected]",
"github": "eustas",
"name": "Evgenii Kliuchnikov"
}
],
"repository": [
"https://skia.googlesource.com/skcms",
"github:google/skia"
],
"versions": [
"20241202.0"
],
"yanked_versions": {}
}

0 comments on commit 7f66b92

Please sign in to comment.