Add recipes

This commit is contained in:
Ribbon 2024-09-25 15:44:28 +00:00
parent 52733db6c2
commit d67a63313a
2 changed files with 12 additions and 0 deletions

View 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"

View 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"