mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Add Brotli 1.0.9
This commit is contained in:
parent
9a17f890ed
commit
eabadf9e02
Notes:
sideshowbarker
2024-07-17 01:21:02 +09:00
Author: https://github.com/emilytrau Commit: https://github.com/SerenityOS/serenity/commit/eabadf9e02 Pull-request: https://github.com/SerenityOS/serenity/pull/19288 Reviewed-by: https://github.com/gmta ✅
2 changed files with 12 additions and 0 deletions
|
@ -23,6 +23,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`bochs`](bochs/) | Bochs x86 PC emulator | 2.7 | https://sourceforge.net/projects/bochs/ |
|
||||
| [`boost`](boost/) | Boost C++ libraries | 1.80.0 | https://www.boost.org/ |
|
||||
| [`brogue`](brogue/) | BrogueCE | 1.11.1 | https://github.com/tmewett/BrogueCE |
|
||||
| [`brotli`](brotli/) | Brotli | 1.0.9 | https://github.com/google/brotli |
|
||||
| [`byacc`](byacc/) | Berkeley Yacc | 20220128 | https://invisible-island.net/byacc/byacc.html |
|
||||
| [`bzip2`](bzip2/) | bzip2 | 1.0.8 | https://sourceware.org/bzip2/ |
|
||||
| [`bzip3`](bzip3/) | bzip3 | 1.2.2 | https://github.com/kspalaiologos/bzip3 |
|
||||
|
|
11
Ports/brotli/package.sh
Executable file
11
Ports/brotli/package.sh
Executable 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
|
||||
}
|
Loading…
Reference in a new issue