mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
9 lines
382 B
Bash
Executable file
9 lines
382 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='bzip3'
|
|
version='1.2.2'
|
|
files="https://github.com/kspalaiologos/bzip3/releases/download/${version}/bzip3-${version}.tar.gz bzip3-${version}.tar.gz 19e8d379f48610f945a04a988fd0c330ff6613b3df96405d56bed35a7d216dee"
|
|
useconfigure='true'
|
|
installopts=("PREFIX=${SERENITY_INSTALL_ROOT}/usr/local")
|
|
configopts=(
|
|
"--disable-arch-native"
|
|
)
|