ladybird/Ports/lrzip/package.sh
Tim Schumacher dca56ce1cb Ports/lrzip: Switch to the actual preconfigured release tarball
This avoids us having to run autoconf ourselves, resulting in a nice and
deterministic source package.
2023-04-10 16:31:54 +02:00

13 lines
340 B
Bash
Executable file

#!/usr/bin/env -S bash ../.port_include.sh
port='lrzip'
version='0.651'
useconfigure='true'
use_fresh_config_sub='true'
files="http://ck.kolivas.org/apps/lrzip/lrzip-${version}.tar.xz lrzip-${version}.tar.xz 48bd8decb097c1596c9b3777959cd3e332819434ed77a2823e65aa436f1602f9"
auth_type='sha256'
depends=(
'bzip2'
'lz4'
'lzo'
'zlib'
)