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
637 B
TOML
21 lines
637 B
TOML
[package]
|
|
name = "vkd3d-proton"
|
|
version = "2.14.1"
|
|
description = "Vulkan-based D3D12 implementation for Wine/Proton"
|
|
url = "https://github.com/HansKristian-Work/vkd3d-proton"
|
|
license = "LGPL-2.1"
|
|
|
|
[source]
|
|
url = "https://github.com/HansKristian-Work/vkd3d-proton/releases/download/v${version}/vkd3d-proton-${version}.tar.zst"
|
|
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
|
|
|
|
[dependencies]
|
|
run = ["vulkan-loader", "wine"]
|
|
build = ["meson", "ninja", "gcc"]
|
|
|
|
[build]
|
|
system = "custom"
|
|
configure = """"""
|
|
make = """make"""
|
|
install = """install -Dm755 x64/d3d12.dll ${PKG}/usr/share/vkd3d-proton/x64/d3d12.dll"""
|