1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:47:47 +00:00

Ports: Add Brotli 1.0.9

This commit is contained in:
Emily Trau 2023-06-06 13:03:53 -07:00 committed by Jelle Raaijmakers
parent 9a17f890ed
commit eabadf9e02
2 changed files with 12 additions and 0 deletions

11
Ports/brotli/package.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='brotli'
version='1.0.9'
files="https://github.com/google/brotli/archive/refs/tags/v${version}.tar.gz brotli-v${version}.tar.gz f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46"
useconfigure='true'
auth_type='sha256'
configure() {
run ./configure-cmake
}