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

add recipes

parent 1c72cace
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested
[source]
tar = "https://ftp.gnu.org/gnu/grub/grub-2.12.tar.xz"
[build]
template = "configure"
#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"
#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"
#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"
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