mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add recipes
This commit is contained in:
parent
52733db6c2
commit
d67a63313a
6
recipes/wip/containers/skopeo/recipe.toml
Normal file
6
recipes/wip/containers/skopeo/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Implement the Cookbook template for the Go programming language
|
||||
[source]
|
||||
git = "https://github.com/containers/skopeo"
|
||||
branch = "release-1.16"
|
||||
[build]
|
||||
template = "go"
|
||||
6
recipes/wip/vm/libvirt/recipe.toml
Normal file
6
recipes/wip/vm/libvirt/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO missing script for meson
|
||||
# build instructions - https://libvirt.org/compiling.html#configuring-the-project
|
||||
[source]
|
||||
tar = "https://download.libvirt.org/libvirt-10.7.0.tar.xz"
|
||||
[build]
|
||||
template = "custom"
|
||||
Loading…
Reference in New Issue
Block a user