mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
add recipes
This commit is contained in:
parent
1c72cace80
commit
deb6973b91
5
recipes/wip/services/grub/recipe.toml
Normal file
5
recipes/wip/services/grub/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
6
recipes/wip/tools/busybox/recipe.toml
Normal file
6
recipes/wip/tools/busybox/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO missing script for GNU Make, see https://www.busybox.net/FAQ.html#configure
|
||||
#TODO cross-compilation - https://www.busybox.net/FAQ.html#build
|
||||
[source]
|
||||
tar = "https://www.busybox.net/downloads/busybox-1.36.1.tar.bz2"
|
||||
[build]
|
||||
template = "custom"
|
||||
5
recipes/wip/tools/toybox/recipe.toml
Normal file
5
recipes/wip/tools/toybox/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO missing script for GNU Make, see https://www.landley.net/toybox/code.html#building
|
||||
[source]
|
||||
tar = "https://www.landley.net/toybox/downloads/toybox-0.8.9.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
7
recipes/wip/tools/ventoy/recipe.toml
Normal file
7
recipes/wip/tools/ventoy/recipe.toml
Normal file
@ -0,0 +1,7 @@
|
||||
#TODO missing script for cross-compilation, see https://github.com/ventoy/Ventoy/blob/master/DOC/BuildVentoyFromSource.txt
|
||||
#TODO missing dependencies, try to figure out what it needs at build-time and runtime
|
||||
[source]
|
||||
git = "https://github.com/ventoy/Ventoy"
|
||||
rev = "3f65f0ef03e4aebcd14f233ca808a4f894657802"
|
||||
[build]
|
||||
template = "custom"
|
||||
Loading…
Reference in New Issue
Block a user