This commit is contained in:
Jeremy Soller 2025-05-04 14:24:45 -06:00
parent 644bce6748
commit cf3b6a1401
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,27 @@
[source]
tar = "https://www.x.org/releases/individual/app/twm-1.0.13.tar.xz"
blake3 = "50acf2123537a739dcaff50e1ae9b38d7e117a2d07cd3a6b550dcafdc52ff9fc"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libice",
"libpthread-stubs",
"libsm",
"libx11",
"libxau",
"libxcb",
"libxext",
"libxmu",
"libxt",
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
export LIBS="-lxcb -lXau"
cookbook_configure
"""