From e587d4e3e1c127496692d6619c5eb6676ab243f8 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Thu, 5 Aug 2021 14:02:33 -0600 Subject: [PATCH] Add resist --- recipes/resist/recipe.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/resist/recipe.toml diff --git a/recipes/resist/recipe.toml b/recipes/resist/recipe.toml new file mode 100644 index 000000000..7f0ecb237 --- /dev/null +++ b/recipes/resist/recipe.toml @@ -0,0 +1,10 @@ +[source] +git = "https://gitlab.redox-os.org/redox-os/resist.git" + +[build] +template = "custom" +script = """ +cookbook_cargo +mkdir -pv "${COOKBOOK_STAGE}/share/resist" +cp -rv "${COOKBOOK_SOURCE}/"{posix,redox} "${COOKBOOK_STAGE}/share/resist" +""" -- GitLab