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

Update recipes

parent e028bbf3
No related branches found
No related tags found
No related merge requests found
#TODO move to proper category
#TODO promote
[source]
git = "https://github.com/ilai-deutel/kibi"
[build]
template = "cargo"
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/kibi
cp -rv "${COOKBOOK_SOURCE}"/syntax.d "${COOKBOOK_STAGE}"/usr/share/kibi
cookbook_cargo
"""
#TODO not compiled or tested
#TODO maybe missing dependencies, see https://github.com/zed-industries/zed/blob/main/script/linux#L15
#TODO build the gui ("zed" package) once we have gpu drivers to render vulkan at decent fps
# build instructions - https://zed.dev/docs/development/linux
[source]
git = "https://github.com/zed-industries/zed"
......@@ -14,7 +15,7 @@ dependencies = [
"sqlite3",
]
script = """
cookbook_cargo_packages cli zed
cookbook_cargo_packages cli
mv "${COOKBOOK_STAGE}/usr/bin/cli" "${COOKBOOK_STAGE}/usr/bin/zed-cli"
mv "${COOKBOOK_STAGE}/usr/bin/zed" "${COOKBOOK_STAGE}/usr/bin/zed-editor"
#mv "${COOKBOOK_STAGE}/usr/bin/zed" "${COOKBOOK_STAGE}/usr/bin/zed-editor"
"""
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