buildroot/package/nushell/Config.in
Sebastian Weyer f8047ff598 package/nushell: new package
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>
2023-08-29 23:33:21 +02:00

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