Files
2026-03-21 12:43:00 -05:00

22 lines
574 B
TOML

[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"