mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
f8047ff598
Nushell is a shell - written in Rust - that makes use of the nushell language to interact with the operating system Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
config BR2_PACKAGE_NUSHELL
|
|
bool "nushell"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_HOST_PKGCONF
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_NCURSES_TARGET_PROGS
|
|
help
|
|
A new type of shell.
|
|
|
|
https://github.com/nushell/nushell
|