mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
8 lines
327 B
Bash
Executable file
8 lines
327 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='gzip'
|
|
version='1.12'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
config_sub_paths=('build-aux/config.sub')
|
|
files="https://ftp.gnu.org/gnu/gzip/gzip-${version}.tar.gz gzip-${version}.tar.gz 5b4fb14d38314e09f2fc8a1c510e7cd540a3ea0e3eb9b0420046b82c3bf41085"
|
|
auth_type='sha256'
|