Add WIP recipe for cosmic-comp

This commit is contained in:
Jeremy Soller 2025-12-27 19:54:27 -07:00
parent a803cb4040
commit 36fba0be16
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,17 @@
#TODO: does not compile
[source]
git = "https://github.com/jackpot51/cosmic-comp"
branch = "redox"
[build]
template = "custom"
dependencies = [
"libffi",
"libwayland",
"libxkbcommon",
]
script = """
DYNAMIC_INIT
export RUSTFLAGS="${RUSTFLAGS}"
cookbook_cargo --no-default-features
"""