Files
packages/core/depot/depot.toml
T
SFG545 bf96e50e44 Add various packages and patches for build system improvements
- Introduced valgrind with a patch to respect flags and updated its configuration.
- Added Vulkan ICD loader with CMake build configuration.
- Implemented Waf build system with a custom build script and configuration.
- Included Wayland protocols with Meson build system.
- Added xcb-util-keysyms with autotools configuration.
- Introduced Yasm with multiple patches for compatibility and improvements.
- Added Yelp tools and XSL with Meson build configurations and necessary patches for POSIX compliance.
2026-03-22 23:25:50 -05:00

40 lines
704 B
TOML

[build]
type = "meson"
[build.flags]
build_dir = "build"
keep = "etc/**"
configure = [ "-Dbuild-html-doc=true" ]
[dependencies]
build = [
"meson",
"rust",
"cli_doc"
]
runtime = [
"glibc",
"xz",
"zlib-ng",
"openssl",
"sqlite",
"libunwind",
"zstd",
"libgit2",
"minisign",
"ca-certs"
]
[package]
description = "source-based package manager designed for Linux, focuses on reproducibility, atomic installations, and ease of cross-compilation"
homepage = "https://gitlab.com/sfg-os/depot"
license = "MIT"
name = "depot"
version = "0.31.0"
revision = 1
[[source]]
extract_dir = "$name-$version"
url = "https://gitlab.com/sfg-os/depot.git"
sha256 = "skip"