From d67a63313a044e0a1e5698bcc0077d0bfa831b2d Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Wed, 25 Sep 2024 15:44:28 +0000 Subject: [PATCH] Add recipes --- recipes/wip/containers/skopeo/recipe.toml | 6 ++++++ recipes/wip/vm/libvirt/recipe.toml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 recipes/wip/containers/skopeo/recipe.toml create mode 100644 recipes/wip/vm/libvirt/recipe.toml diff --git a/recipes/wip/containers/skopeo/recipe.toml b/recipes/wip/containers/skopeo/recipe.toml new file mode 100644 index 000000000..0b72488cd --- /dev/null +++ b/recipes/wip/containers/skopeo/recipe.toml @@ -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" diff --git a/recipes/wip/vm/libvirt/recipe.toml b/recipes/wip/vm/libvirt/recipe.toml new file mode 100644 index 000000000..c05469145 --- /dev/null +++ b/recipes/wip/vm/libvirt/recipe.toml @@ -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" -- GitLab