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

update recipes

parent 33064268
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested #TODO rustyline crate error
[source] [source]
git = "https://github.com/Xithrius/twitch-tui" git = "https://github.com/Xithrius/twitch-tui"
[build] [build]
......
#TODO require rustc 1.70 or newer #TODO compiled but not tested
#TODO missing script to properly move the binary
[source] [source]
git = "https://github.com/typst/typst" git = "https://github.com/typst/typst"
rev = "70ca0d257bb4ba927f63260e20443f244e0bb58c" rev = "70ca0d257bb4ba927f63260e20443f244e0bb58c"
......
#TODO libusb needs to be patched #TODO compilation error
#TODO not compiled or tested
[source] [source]
tar = "https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-017.tar.xz" tar = "https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-017.tar.xz"
[build] [build]
......
#TODO probably need a script for custom build options #TODO compilation error
[source] [source]
tar = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.tar.xz" tar = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.tar.xz"
[build] [build]
......
#TODO Not compiled or tested #TODO port to redox
[source] [source]
tar = "https://sourceware.org/pub/valgrind/valgrind-3.22.0.tar.bz2" tar = "https://sourceware.org/pub/valgrind/valgrind-3.22.0.tar.bz2"
[build] [build]
......
...@@ -10,6 +10,6 @@ dependencies = [ ...@@ -10,6 +10,6 @@ dependencies = [
"atk", "atk",
"gdk-pixbuf", "gdk-pixbuf",
"gtk3", "gtk3",
"eudev3", "eudev",
"mesa", "mesa",
] ]
#TODO Not compiled or tested #TODO port to redox
[source] [source]
tar = "https://github.com/edf-hpc/verrou/releases/download/v2.5.0/valgrind-3.21.0_verrou-2.5.0.tar.gz" tar = "https://github.com/edf-hpc/verrou/releases/download/v2.5.0/valgrind-3.21.0_verrou-2.5.0.tar.gz"
[build] [build]
......
...@@ -2,4 +2,7 @@ ...@@ -2,4 +2,7 @@
[source] [source]
git = "https://github.com/gabrieldemian/vincenzo" git = "https://github.com/gabrieldemian/vincenzo"
[build] [build]
template = "cargo" template = "custom"
script = """
cookbook_cargo_packages vcz
"""
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