26 lines
591 B
TOML
26 lines
591 B
TOML
[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"
|