redox/recipes/wip/x11/xclip/recipe.toml
2026-06-09 17:56:46 -03:00

17 lines
321 B
TOML

#TODO compile and test
# build instructions: https://github.com/astrand/xclip/blob/master/INSTALL
[source]
git = "https://github.com/astrand/xclip"
rev = "0.13"
shallow_clone = true
script = """
autotools_recursive_regenerate
"""
[build]
template = "configure"
dependencies = [
"libx11",
"libxmu",
"libxt",
]