mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Add Smithay compositors
This commit is contained in:
parent
f9cd5a5901
commit
87fa597911
22
recipes/wip/demos/anvil/recipe.toml
Normal file
22
recipes/wip/demos/anvil/recipe.toml
Normal file
@ -0,0 +1,22 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Smithay/smithay"
|
||||
[build]
|
||||
dependencies = [
|
||||
"libwayland",
|
||||
"libxkbcommon",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
script = """
|
||||
package=anvil
|
||||
"${COOKBOOK_CARGO}" build \
|
||||
--manifest-path "${COOKBOOK_SOURCE}/Cargo.toml" \
|
||||
--package "${package}" \
|
||||
--release
|
||||
--winit
|
||||
mkdir -pv "${COOKBOOK_STAGE}/usr/bin"
|
||||
cp -v \
|
||||
"target/${TARGET}/release/${package}" \
|
||||
"${COOKBOOK_STAGE}/usr/bin/${package}"
|
||||
"""
|
||||
8
recipes/wip/demos/smallvil/recipe.toml
Normal file
8
recipes/wip/demos/smallvil/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Smithay/smithay"
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages smallvil
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user