From c200b11c7aa2378c88e162e5d6890445fc06b336 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 5 Aug 2024 08:16:50 +0000 Subject: [PATCH] Add recipes --- recipes/wip/edu/hacker-laws/recipe.toml | 9 +++++++++ recipes/wip/security/lynis/recipe.toml | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 recipes/wip/edu/hacker-laws/recipe.toml create mode 100644 recipes/wip/security/lynis/recipe.toml diff --git a/recipes/wip/edu/hacker-laws/recipe.toml b/recipes/wip/edu/hacker-laws/recipe.toml new file mode 100644 index 000000000..69c7b5d9d --- /dev/null +++ b/recipes/wip/edu/hacker-laws/recipe.toml @@ -0,0 +1,9 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/dwmkerr/hacker-laws" +[build] +template = "custom" +script = """ +mkdir -pv "${COOKBOOK_STAGE}"/usr/share/hacker-laws +cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/hacker-laws +""" diff --git a/recipes/wip/security/lynis/recipe.toml b/recipes/wip/security/lynis/recipe.toml new file mode 100644 index 000000000..68c5ba613 --- /dev/null +++ b/recipes/wip/security/lynis/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/CISOfy/lynis" +rev = "60afce6d8110ee9e88ac9e9d0e0346b1cf222b5e" +[build] +template = "custom" +script = """ +mkdir -pv "${COOKBOOK_STAGE}"/usr/share/lynis +cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/lynis +""" -- GitLab