update recipes

This commit is contained in:
Ribbon 2023-12-23 21:32:01 +00:00
parent 33064268e8
commit d5241a86b9
8 changed files with 12 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO rustyline crate error
[source]
git = "https://github.com/Xithrius/twitch-tui"
[build]

View File

@ -1,4 +1,5 @@
#TODO require rustc 1.70 or newer
#TODO compiled but not tested
#TODO missing script to properly move the binary
[source]
git = "https://github.com/typst/typst"
rev = "70ca0d257bb4ba927f63260e20443f244e0bb58c"

View File

@ -1,5 +1,4 @@
#TODO libusb needs to be patched
#TODO not compiled or tested
#TODO compilation error
[source]
tar = "https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-017.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO probably need a script for custom build options
#TODO compilation error
[source]
tar = "https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/util-linux-2.39.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO port to redox
[source]
tar = "https://sourceware.org/pub/valgrind/valgrind-3.22.0.tar.bz2"
[build]

View File

@ -10,6 +10,6 @@ dependencies = [
"atk",
"gdk-pixbuf",
"gtk3",
"eudev3",
"eudev",
"mesa",
]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO port to redox
[source]
tar = "https://github.com/edf-hpc/verrou/releases/download/v2.5.0/valgrind-3.21.0_verrou-2.5.0.tar.gz"
[build]

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/gabrieldemian/vincenzo"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages vcz
"""