Skip to content
Snippets Groups Projects
Commit 56a4017d authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

update recipes

parent 29e79c24
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested #TODO mio crate error (after cargo update)
[source] [source]
git = "https://github.com/Atticus64/news" git = "https://github.com/Atticus64/news"
[build] [build]
......
#TODO Port Smithay
#TODO probably wrong script for configuration, see https://github.com/YaLTeR/niri#installation #TODO probably wrong script for configuration, see https://github.com/YaLTeR/niri#installation
[source] [source]
git = "https://github.com/YaLTeR/niri" git = "https://github.com/YaLTeR/niri"
[build] [build]
template = "custom" template = "custom"
dependencies = [
"libwayland",
]
script = """ script = """
mkdir -pv "${COOKBOOK_STAGE}"/bin mkdir -pv "${COOKBOOK_STAGE}"/bin
mkdir -pv "${COOKBOOK_STAGE}"/home/user/.local/share/wayland-sessions mkdir -pv "${COOKBOOK_STAGE}"/home/user/.local/share/wayland-sessions
......
...@@ -4,3 +4,6 @@ ...@@ -4,3 +4,6 @@
git = "https://github.com/JosephLai241/nomad" git = "https://github.com/JosephLai241/nomad"
[build] [build]
template = "cargo" template = "cargo"
dependencies = [
"openssl1",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment