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
+25
View File
@@ -0,0 +1,25 @@
[build]
type = "autotools"
[build.flags]
build_32 = true
[dependencies]
runtime = [
"glibc",
]
[dependencies.lib32]
runtime = [ "lib32-glibc" ]
[package]
description = "programs for compressing and decompressing files"
homepage = "https://tukaani.org/xz/"
license = "GPL-2.0-or-later AND 0BSD AND Public-Domain AND LGPL-2.1-or-later"
name = "xz"
version = "5.8.2"
[[source]]
extract_dir = "$name-$version"
sha256 = "sha256:890966ec3f5d5cc151077879e157c0593500a522f413ac50ba26d22a9a145214"
url = "https://github.com/tukaani-project/xz/releases/download/v$version/xz-$version.tar.xz"