From d2b01cfcb0361eb7e7a426de94efadf67c0cae1e Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 26 Apr 2023 11:44:10 -0600 Subject: [PATCH] Add nushell recipe (WIP) --- recipes/nushell/recipe.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/nushell/recipe.toml diff --git a/recipes/nushell/recipe.toml b/recipes/nushell/recipe.toml new file mode 100644 index 000000000..95e59a5f7 --- /dev/null +++ b/recipes/nushell/recipe.toml @@ -0,0 +1,16 @@ +#TODO: build fails to link, we need the following in relibc +# - cfmakeraw +# - getgrgid_r +# - getgrouplist +# Additionally, openssl fails to link fprintf and sscanf + +[source] +git = "https://github.com/jackpot51/nushell.git" +branch = "redox" + +[build] +dependencies = [ + "openssl" +] +template = "cargo" + -- GitLab