mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
50758181a3
This commit updates the formatting for all ports to be updated in this PR in one go, to keep those changes centralized.
13 lines
372 B
Bash
Executable file
13 lines
372 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#19e8d379f48610f945a04a988fd0c330ff6613b3df96405d56bed35a7d216dee"
|
|
)
|
|
useconfigure='true'
|
|
installopts=(
|
|
"PREFIX=${SERENITY_INSTALL_ROOT}/usr/local"
|
|
)
|
|
configopts=(
|
|
'--disable-arch-native'
|
|
)
|