1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 09:51:01 +00:00
serenity/Ports/bzip3/package.sh
2023-08-08 19:57:43 +02:00

11 lines
366 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"
)