1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 08:07:34 +00:00

Ports: Add bzip3 port

This commit is contained in:
Seal Sealy 2023-03-08 00:32:42 +03:00 committed by Jelle Raaijmakers
parent 9c569e8a0f
commit 8ba6cd6ab9
2 changed files with 11 additions and 0 deletions

10
Ports/bzip3/package.sh Executable file
View file

@ -0,0 +1,10 @@
#!/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"
auth_type='sha256'
useconfigure='true'
installopts=("PREFIX=${SERENITY_INSTALL_ROOT}/usr/local")
configopts=(
"--disable-arch-native"
)