mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
update recipes
This commit is contained in:
parent
33064268e8
commit
d5241a86b9
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO rustyline crate error
|
||||
[source]
|
||||
git = "https://github.com/Xithrius/twitch-tui"
|
||||
[build]
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -10,6 +10,6 @@ dependencies = [
|
||||
"atk",
|
||||
"gdk-pixbuf",
|
||||
"gtk3",
|
||||
"eudev3",
|
||||
"eudev",
|
||||
"mesa",
|
||||
]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -2,4 +2,7 @@
|
||||
[source]
|
||||
git = "https://github.com/gabrieldemian/vincenzo"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages vcz
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user