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
|