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.
33 lines
617 B
TOML
33 lines
617 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[alternatives]
|
|
provides = [ "findutils", "diffutils", "gzip", "grep", "which", "patch", "pciutils" ]
|
|
replaces = [ "findutils", "diffutils", "gzip", "grep", "which", "patch" ]
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
|
|
[dependencies]
|
|
build = ["meson"]
|
|
runtime = [
|
|
"glibc",
|
|
"xz",
|
|
"acl",
|
|
]
|
|
|
|
[package]
|
|
description = "BSD-oriented multicall utility for Linux"
|
|
homepage = "BSD-oriented multicall utility for Linux"
|
|
license = [
|
|
"MIT",
|
|
"BSD-2-Clause",
|
|
"BSD-4-Clause",
|
|
]
|
|
name = "vx"
|
|
version = "0.2.0"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://gitlab.com/sfg-os/vx.git"
|