mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
17 lines
321 B
TOML
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",
|
|
]
|