From 33e46babc4be2a39b9b91be05fd4e1a907e695c9 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Tue, 14 Oct 2025 12:09:14 -0300 Subject: [PATCH] Add initial easyp recipe script --- recipes/wip/net/http/easyp/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/wip/net/http/easyp/recipe.toml b/recipes/wip/net/http/easyp/recipe.toml index 8c18697eb..12dfb7669 100644 --- a/recipes/wip/net/http/easyp/recipe.toml +++ b/recipes/wip/net/http/easyp/recipe.toml @@ -4,3 +4,6 @@ git = "https://github.com/gmatht/easyp-crate" [build] template = "custom" +script = """ +cookbook_cargo +"""