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

update recipes

parent 36d4ada4
No related branches found
No related tags found
No related merge requests found
#TODO probably wrong script, see https://wezfurlong.org/wezterm/install/source.html
#TODO Require Wayland
[source]
git = "https://github.com/wez/wezterm"
[build]
template = "cargo"
template = "custom"
script = """
./get-deps
cookbook_cargo_packages wezterm
"""
#TODO Not compiled or tested
#TODO update mio to 0.8 (after cargo update)
[source]
git = "https://git.zx2c4.com/wireguard-rs"
[build]
......
#TODO Not compiled or tested
#TODO make libxkbcommon work
[source]
git = "https://github.com/danyspin97/wpaperd"
rev = "a99e4e3d8c05a933a3f428329c2883e635feca14"
......
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
tar = "https://www.x.org/releases/individual/proto/xorgproto-2023.2.tar.xz"
[build]
......
#TODO the redox target is not supported on the configure
#TODO the redox target is not supported on the configure script
[source]
git = "https://code.videolan.org/videolan/x264"
[build]
......
......@@ -6,6 +6,5 @@ rev = "7f36177f32a23eea88911afb90878046912d7e2d"
template = "custom"
dependencies = [
"qt6-base",
"qt5-tools",
"mesa",
]
......@@ -3,3 +3,6 @@
tar = "https://www.x.org/releases/individual/lib/xcb-util-0.4.1.tar.xz"
[build]
template = "configure"
dependencies = [
"libxcb",
]
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