mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
13 lines
288 B
Bash
Executable File
13 lines
288 B
Bash
Executable File
#!/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 f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46"
|
|
)
|
|
useconfigure='true'
|
|
|
|
configure() {
|
|
run ./configure-cmake
|
|
}
|