From 5e7f2ef9e18aa3403abcc3abf8763d7f6a6776b9 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 17 Apr 2024 18:37:41 +0000 Subject: [PATCH] Add the "redict" and "valkey" recipes --- recipes/wip/dev/redict/recipe.toml | 6 ++++++ recipes/wip/dev/valkey/recipe.toml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 recipes/wip/dev/redict/recipe.toml create mode 100644 recipes/wip/dev/valkey/recipe.toml diff --git a/recipes/wip/dev/redict/recipe.toml b/recipes/wip/dev/redict/recipe.toml new file mode 100644 index 00000000..7e7ed8cb --- /dev/null +++ b/recipes/wip/dev/redict/recipe.toml @@ -0,0 +1,6 @@ +#TODO Missing script for "make", see https://redict.io/docs/install/#installing-from-source +[source] +git = "https://codeberg.org/redict/redict" +rev = "5684cdbd9f2aefb494dfb346292d4322319d236b" +[build] +template = "custom" diff --git a/recipes/wip/dev/valkey/recipe.toml b/recipes/wip/dev/valkey/recipe.toml new file mode 100644 index 00000000..ec17f5de --- /dev/null +++ b/recipes/wip/dev/valkey/recipe.toml @@ -0,0 +1,6 @@ +#TODO Missing script for "make", see https://github.com/valkey-io/valkey#building-valkey +[source] +git = "https://github.com/valkey-io/valkey" +rev = "26388270f197bce84817eea0a73d687d58442654" +[build] +template = "custom"