Add recipes

This commit is contained in:
Ribbon 2025-11-13 03:24:54 -03:00
parent 9f3cf50329
commit 1b278e5324
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/bugzmanov/bookokrat"
[build]
template = "cargo"

View File

@ -0,0 +1,10 @@
#TODO not compiled or tested
# how to setup: https://webmin.com/download/#freebsd-and-any-other-linux-installation-from-source
[source]
tar = "https://github.com/webmin/webmin/releases/download/2.600/webmin-2.600-minimal.tar.gz"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/home/user/webmin"
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/webmin"
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/bgreenwell/xleak"
[build]
template = "cargo"