Skip to content

Commit

Permalink
oxipng repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cj81499 committed Sep 16, 2024
1 parent 714917e commit 37e252b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"Bazel dependencies"

http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

# ====================
# === bazel_skylib ===
# ====================
Expand Down Expand Up @@ -45,3 +47,12 @@ bazel_dep(name = "aspect_bazel_lib", version = "2.7.9")
# # Next, follow the install instructions for
# # - linting: https://github.com/aspect-build/rules_lint/blob/v1.0.0-rc7/docs/linting.md
# # - formatting: https://github.com/aspect-build/rules_lint/blob/v1.0.0-rc7/docs/formatting.md

http_archive(
name = "oxipng",
urls = ["https://github.com/shssoichiro/oxipng/releases/download/v9.1.2/oxipng-9.1.2-x86_64-unknown-linux-gnu.tar.gz"],
# build_file = "@//tools:zopfli.BUILD",
strip_prefix = "oxipng-9.1.2-x86_64-unknown-linux-gnu",
integrity = "sha256-bUdFP2I9fRJJniBv4In+ltdrxvAaAJYrkeTuPmhF4aY=",
build_file_content = 'exports_files(["oxipng"])',
)

0 comments on commit 37e252b

Please sign in to comment.