6566b29a13
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
303 B
TOML
16 lines
303 B
TOML
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz"
|
|
blake3 = "d3d75f2656027288f87b9ddda8bf019862c63c6e4aeadd92f45870df6c2a7ce9"
|
|
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libx11",
|
|
"libxfixes",
|
|
"x11proto",
|
|
]
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure
|
|
"""
|