Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[build]
type = "autotools"
[build.flags]
configure = [ "FORCE_UNSAFE_CONFIGURE=1" ]
skip_tests = true
[dependencies]
runtime = [ "glibc", "zlib-ng" ]
[package]
description = "provides the ability to create tar archives as well as perform various other kinds of archive manipulation"
homepage = "https://www.gnu.org/software/tar/"
license = "GPL-3.0-or-later"
name = "tar"
version = "1.35"
[[source]]
extract_dir = "$name-$version"
sha256 = "4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16"
url = "https://mirrors.kernel.org/gnu/tar/tar-$version.tar.xz"