|
@@ -0,0 +1,17 @@
|
|
|
|
|
+config BR2_PACKAGE_ZELLIJ
|
|
|
|
|
+ bool "zellij"
|
|
|
|
|
+ # Zellij uses the cranelift crate which has architecure
|
|
|
|
|
+ # dependencies. Specify them explicitly. See details here:
|
|
|
|
|
+ # https://docs.rs/cranelift-codegen/0.122.0/cranelift_codegen/
|
|
|
|
|
+ depends on BR2_x86_64 || BR2_x86_i686 || BR2_aarch64
|
|
|
|
|
+ depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
|
|
|
+ select BR2_PACKAGE_HOST_RUSTC
|
|
|
|
|
+ help
|
|
|
|
|
+ An advanced terminal multiplexer with batteries included.
|
|
|
|
|
+ Supports layouts, floating and stacked panes, plugins, and
|
|
|
|
|
+ customization. Provides rich functionality out of the box.
|
|
|
|
|
+
|
|
|
|
|
+ Zellij is aimed at developers, operations-oriented users,
|
|
|
|
|
+ and anyone who loves the terminal.
|
|
|
|
|
+
|
|
|
|
|
+ https://github.com/zellij-org/zellij
|