Package definitions for the complete DarkForge Linux system: - core/ (67): base system, toolchain, kernel, utilities, dev tools - extra/ (26): libraries, frameworks, drivers (nvidia-open, pipewire, mesa) - desktop/ (19): Wayland stack, dwl compositor, terminals, applications - gaming/ (12): Steam, Wine, Proton, gamemode, mangohud, PrismLauncher Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21 lines
538 B
TOML
21 lines
538 B
TOML
[package]
|
|
name = "zstd"
|
|
version = "1.5.7"
|
|
description = "Zstandard fast real-time compression"
|
|
url = "https://facebook.github.io/zstd/"
|
|
license = "BSD-3-Clause"
|
|
|
|
[source]
|
|
url = "https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz"
|
|
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
|
|
[dependencies]
|
|
run = ["glibc"]
|
|
build = ["gcc", "make", "cmake"]
|
|
|
|
[build]
|
|
system = "custom"
|
|
configure = """"""
|
|
make = """make prefix=/usr"""
|
|
install = """make prefix=/usr DESTDIR=${PKG} install"""
|