Add nushell recipe (WIP)

This commit is contained in:
Jeremy Soller 2023-04-26 11:44:10 -06:00
parent 35c71e561f
commit d2b01cfcb0
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -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"