1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-03 12:13:39 +00:00
serenity/Ports/lrzip/package.sh
2023-09-09 01:06:31 +02:00

15 lines
305 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#48bd8decb097c1596c9b3777959cd3e332819434ed77a2823e65aa436f1602f9"
)
depends=(
'bzip2'
'lz4'
'lzo'
'zlib'
)