Add recipes

This commit is contained in:
Ribbon 2024-06-23 21:54:44 +00:00
parent a861238390
commit a83e1539d9
7 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO missing script for GNU Make, see https://github.com/git-lfs/git-lfs?tab=readme-ov-file#from-source
[source]
tar = "https://github.com/git-lfs/git-lfs/releases/download/v3.5.1/git-lfs-v3.5.1.tar.gz"
[build]
template = "custom"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://git.sr.ht/~lufte/vimini"
[build]
template = "cargo"
dependencies = [
"sqlite3",
]

View File

@ -0,0 +1,5 @@
#TODO require the Noto Color Emoji font, see https://fonts.google.com/noto/specimen/Noto+Color+Emoji
[source]
git = "https://github.com/SergioRibera/Simplemoji"
[build]
template = "cargo"

View File

@ -0,0 +1,6 @@
#TODO port to redox
# required host dependencies - https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/building.md#install-prerequisites
[source]
git = "https://github.com/cloud-hypervisor/cloud-hypervisor"
[build]
template = "cargo"

View File

@ -0,0 +1,18 @@
#TODO port to redox
#TODO maybe missing dependencies
#TODO required host dependencies - https://github.com/google/crosvm/blob/main/tools/install-deps
# feature flags - https://crosvm.dev/doc/crosvm/#feature-flags
# how to use - https://crosvm.dev/book/running_crosvm/example_usage.html
# examples - https://github.com/google/crosvm/tree/main/tools/examples
[source]
git = "https://chromium.googlesource.com/crosvm/crosvm"
[build]
template = "cargo"
dependencies = [
"ffmpeg6",
"libcap",
"dbus",
"libepoxy",
"glib",
"libslirp",
]

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/firecracker-microvm/firecracker"
[build]
template = "custom"
script = """
cookbook_cargo_packages firecracker
"""

View File

@ -0,0 +1,5 @@
#TODO determine the dependencies, read https://libguestfs.org/guestfs-building.1.html
[source]
tar = "https://download.libguestfs.org/1.52-stable/libguestfs-1.52.1.tar.gz"
[build]
template = "configure"