1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

Ports: Add GNU tar port

This commit is contained in:
Liav A 2022-10-16 06:50:38 +03:00 committed by Linus Groh
parent 2079728a74
commit b6861ee24c
2 changed files with 14 additions and 0 deletions

13
Ports/tar/package.sh Executable file
View file

@ -0,0 +1,13 @@
#!/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"
)