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