6566b29a13
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
24 lines
425 B
TOML
24 lines
425 B
TOML
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXmu-1.2.1.tar.xz"
|
|
blake3 = "466f7ab160c4e9f04866e9c895dbecb6a76ed1817ae16721d404c556d88f047e"
|
|
|
|
[build]
|
|
dependencies = [
|
|
"libice",
|
|
"libpthread-stubs",
|
|
"libsm",
|
|
"libx11",
|
|
"libxau",
|
|
"libxcb",
|
|
"libxext",
|
|
"libxt",
|
|
"x11proto",
|
|
"x11proto-kb",
|
|
"xextproto",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure
|
|
"""
|