mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Add recipes
This commit is contained in:
parent
a861238390
commit
a83e1539d9
5
recipes/wip/dev/git-lfs/recipe.toml
Normal file
5
recipes/wip/dev/git-lfs/recipe.toml
Normal 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"
|
||||
8
recipes/wip/net/vimini/recipe.toml
Normal file
8
recipes/wip/net/vimini/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://git.sr.ht/~lufte/vimini"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"sqlite3",
|
||||
]
|
||||
5
recipes/wip/tools/simplemoji/recipe.toml
Normal file
5
recipes/wip/tools/simplemoji/recipe.toml
Normal 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"
|
||||
6
recipes/wip/vm/cloud-hypervisor/recipe.toml
Normal file
6
recipes/wip/vm/cloud-hypervisor/recipe.toml
Normal 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"
|
||||
18
recipes/wip/vm/crosvm/recipe.toml
Normal file
18
recipes/wip/vm/crosvm/recipe.toml
Normal 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",
|
||||
]
|
||||
8
recipes/wip/vm/firecracker/recipe.toml
Normal file
8
recipes/wip/vm/firecracker/recipe.toml
Normal 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
|
||||
"""
|
||||
5
recipes/wip/vm/libguestfs/recipe.toml
Normal file
5
recipes/wip/vm/libguestfs/recipe.toml
Normal 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"
|
||||
Loading…
Reference in New Issue
Block a user