Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [v1,1/1] package/zellij: new package
@ 2025-07-28 13:19 Alexander Shirokov
  2025-07-28 20:44 ` Thomas Petazzoni via buildroot
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Alexander Shirokov @ 2025-07-28 13:19 UTC (permalink / raw)
  To: buildroot; +Cc: Alexander Shirokov

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

Signed-off-by: Alexander Shirokov <shirokovalexs@gmail.com>
---
 package/Config.in          |  1 +
 package/zellij/Config.in   | 15 +++++++++++++++
 package/zellij/zellij.hash |  3 +++
 package/zellij/zellij.mk   | 12 ++++++++++++
 4 files changed, 31 insertions(+)
 create mode 100644 package/zellij/Config.in
 create mode 100644 package/zellij/zellij.hash
 create mode 100644 package/zellij/zellij.mk

diff --git a/package/Config.in b/package/Config.in
index 137f74ed82..3699f1d1d7 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -2832,6 +2832,7 @@ comment "Utilities"
 	source "package/xmlstarlet/Config.in"
 	source "package/xxhash/Config.in"
 	source "package/ytree/Config.in"
+	source "package/zellij/Config.in"
 	source "package/zoxide/Config.in"
 endmenu
 
diff --git a/package/zellij/Config.in b/package/zellij/Config.in
new file mode 100644
index 0000000000..24383511ce
--- /dev/null
+++ b/package/zellij/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_ZELLIJ
+	bool "zellij"
+	depends on BR2_x86_64 || BR2_x86_i686 || BR2_aarch64
+	depends on BR2_PACKAGE_HOST_RUSTC
+	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
+	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
diff --git a/package/zellij/zellij.hash b/package/zellij/zellij.hash
new file mode 100644
index 0000000000..e2ce86a7cf
--- /dev/null
+++ b/package/zellij/zellij.hash
@@ -0,0 +1,3 @@
+# Locally generated
+sha256  cd32cd0790fb133dc6d5e5b6f707ff57d63827188e0256ec0438a0ea9b5dd852  zellij-v0.42.2-cargo4.tar.gz
+sha256  9aa6c363b18a48eeecbffe13ff390c76ede2c90eb37ba17dfbbaffc42892d87d  LICENSE.md
diff --git a/package/zellij/zellij.mk b/package/zellij/zellij.mk
new file mode 100644
index 0000000000..b015991aab
--- /dev/null
+++ b/package/zellij/zellij.mk
@@ -0,0 +1,12 @@
+################################################################################
+#
+# zellij
+#
+################################################################################
+
+ZELLIJ_VERSION = v0.42.2
+ZELLIJ_SITE = $(call github,zellij-org,zellij,$(ZELLIJ_VERSION))
+ZELLIJ_LICENSE = MIT
+ZELLIJ_LICENSE_FILES = LICENSE
+
+$(eval $(cargo-package))
-- 
2.50.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-01-02 11:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-28 13:19 [Buildroot] [v1,1/1] package/zellij: new package Alexander Shirokov
2025-07-28 20:44 ` Thomas Petazzoni via buildroot
2025-07-29  8:33   ` Alexander Shirokov
2025-07-29  8:56     ` Thomas Petazzoni via buildroot
2025-07-29 11:49 ` [Buildroot] [v2, 1/2] " Alexander Shirokov
2025-07-29 11:49   ` [Buildroot] [v2, 2/2] DEVELOPERS: add Alexander Shirokov for package/zellij Alexander Shirokov
2025-07-29 11:52     ` Thomas Petazzoni via buildroot
2025-07-29 12:08 ` [Buildroot] [v3,1/1] package/zellij: new package Alexander Shirokov
2025-09-23 10:26 ` [Buildroot] [v4,1/1] " Alexander Shirokov
2026-01-01 17:34   ` Thomas Petazzoni via buildroot
2026-01-02 11:13     ` Alexander Shirokov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox