mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
41f7f821f6
This service automatically redirects to a mirror that's geographically closer, which should make downloading the tarballs faster. The GNU project recommends this instead of bombarding their top-level downloads site.
13 lines
418 B
Bash
Executable file
13 lines
418 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://ftpmirror.gnu.org/gnu/tar/tar-${version}.tar.gz tar-${version}.tar.gz 03d908cf5768cfe6b7ad588c921c6ed21acabfb2b79b788d1330453507647aed"
|
|
auth_type='sha256'
|
|
configopts=(
|
|
"--without-selinux"
|
|
"--without-posix-acls"
|
|
"--without-xattrs"
|
|
)
|