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
+30
View File
@@ -0,0 +1,30 @@
[build]
type = "makefile"
[build.flags]
makefile_commands = [
"make BUILD_STATIC=no PREFIX=/usr",
]
makefile_install_commands = ["make BUILD_STATIC=no DESTDIR=$DESTDIR PREFIX=/usr install"]
build_32 = true
[package]
description = "lossless compression algorithm, providing compression speed greater than 500 MB/s per core"
homepage = "https://lz4.org/"
license = [
"GPL-2.0-or-later",
"BSD-2-Clause",
]
name = "lz4"
version = "1.10.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b"
url = "https://github.com/lz4/lz4/releases/download/v$version/lz4-$version.tar.gz"
[dependencies]
runtime = [ "glibc" ]
[dependencies.lib32]
runtime = [ "lib32-glibc" ]