mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
dca56ce1cb
This avoids us having to run autoconf ourselves, resulting in a nice and deterministic source package.
13 lines
340 B
Bash
Executable file
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'
|
|
)
|