diff --git a/recipes/resist/recipe.toml b/recipes/resist/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..7f0ecb237dbddead83690fc58b3d0e30e4ec6388 --- /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" +"""