Files
chromebrew/packages/brotli.rb
chromebrew-actions[bot] 26a23c3fb8 updater-brotli-1.2.0 — brotli → 1.2.0 (#13244)
* Add unbuilt brotli to updater-brotli-1.2.0

* updater-brotli-1.2.0: Package File Update Run on linux/386 container.

* updater-brotli-1.2.0: Package File Update Run on linux/amd64 container.

* updater-brotli-1.2.0: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-10-28 15:21:55 +00:00

22 lines
683 B
Ruby

require 'buildsystems/cmake'
class Brotli < CMake
description 'Brotli compression format'
homepage 'https://github.com/google/brotli'
version '1.2.0'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/google/brotli.git'
git_hashtag "v#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'd0889e7016532dd4a56b7ccfcac1df8e8e8def36eff65c9ff3a901d530075c3c',
armv7l: 'd0889e7016532dd4a56b7ccfcac1df8e8e8def36eff65c9ff3a901d530075c3c',
i686: '4106aa361fc1f3e5493bddefdb3df88b554d7783a6589ad872025fbce78472b9',
x86_64: '0183cd16f1c20c73bbbad805801e4470bdf734759f5c376efa21cfa9b2e761f9'
})
depends_on 'glibc' # R
end