mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
f318ab6bed
Fixes #5710.
7 lines
266 B
Bash
Executable file
7 lines
266 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=bzip2
|
|
version=1.0.8
|
|
files="https://sourceware.org/pub/bzip2/bzip2-${version}.tar.gz bzip2-${version}.tar.gz"
|
|
workdir="bzip2-$version"
|
|
makeopts="bzip2 CC=${CC}"
|
|
installopts="PREFIX=${SERENITY_BUILD_DIR}/Root/usr/local"
|