bf96e50e44
- 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.
40 lines
704 B
TOML
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"
|