mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
13 lines
412 B
Bash
Executable file
13 lines
412 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='tar'
|
|
version='1.34'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
config_sub_paths=('build-aux/config.sub')
|
|
files="https://ftp.gnu.org/gnu/tar/tar-${version}.tar.gz tar-${version}.tar.gz 03d908cf5768cfe6b7ad588c921c6ed21acabfb2b79b788d1330453507647aed"
|
|
auth_type='sha256'
|
|
configopts=(
|
|
"--without-selinux"
|
|
"--without-posix-acls"
|
|
"--without-xattrs"
|
|
)
|