Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/eza: new package
@ 2023-10-02 17:36 Saeed Kazemi
  2023-11-04 20:59 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Saeed Kazemi @ 2023-10-02 17:36 UTC (permalink / raw)
  To: buildroot; +Cc: Saeed Kazemi

eza is a modern, maintained replacement for ls, built on exa.

https://github.com/eza-community/eza.git

Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com>
---
 DEVELOPERS            |  3 +++
 package/Config.in     |  1 +
 package/eza/Config.in |  8 ++++++++
 package/eza/eza.hash  |  3 +++
 package/eza/eza.mk    | 12 ++++++++++++
 5 files changed, 27 insertions(+)
 create mode 100644 package/eza/Config.in
 create mode 100644 package/eza/eza.hash
 create mode 100644 package/eza/eza.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index c45e7315da..944c4fd8bd 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2626,6 +2626,9 @@ F:	package/agent-proxy/
 N:	Ryan Wilkins <ryan@deadfrog.net>
 F:	package/biosdevname/
 
+N:     Saeed Kazemi <kazemi.ms@gmail.com>
+F:     package/eza/
+
 N:	Sam Lancia <sam@gpsm.co.uk>
 F:	package/lrzip/
 
diff --git a/package/Config.in b/package/Config.in
index 009f7ba186..589dfc682a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -2633,6 +2633,7 @@ comment "Utilities"
 	source "package/dialog/Config.in"
 	source "package/dtach/Config.in"
 	source "package/easy-rsa/Config.in"
+	source "package/eza/Config.in"
 	source "package/file/Config.in"
 	source "package/gnupg/Config.in"
 	source "package/gnupg2/Config.in"
diff --git a/package/eza/Config.in b/package/eza/Config.in
new file mode 100644
index 0000000000..b0a49afefb
--- /dev/null
+++ b/package/eza/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_EZA
+	bool "eza"
+	depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
+	select BR2_PACKAGE_HOST_RUSTC
+	help
+	  eza is a modern, maintained replacement for ls, built on exa.
+
+	  https://github.com/eza-community/eza.git
diff --git a/package/eza/eza.hash b/package/eza/eza.hash
new file mode 100644
index 0000000000..39923ceb48
--- /dev/null
+++ b/package/eza/eza.hash
@@ -0,0 +1,3 @@
+# Locally computed
+sha256  2dac8aa41433eeaa07c4eabdf557b7e134c3fda9ba9edb8ab57959354856e20c  eza-0.14.0.tar.gz
+sha256  2762990c7fbba9d550802a2593c1d857dcd52596bb0f9f192a97e9a7ac5f4f9e  LICENCE
diff --git a/package/eza/eza.mk b/package/eza/eza.mk
new file mode 100644
index 0000000000..a327de0dcc
--- /dev/null
+++ b/package/eza/eza.mk
@@ -0,0 +1,12 @@
+################################################################################
+#
+# eza
+#
+################################################################################
+
+EZA_VERSION = 0.14.0
+EZA_SITE = $(call github,eza-community,eza,v$(EZA_VERSION))
+EZA_LICENSE = MIT
+EZA_LICENSE_FILES = LICENCE
+
+$(eval $(cargo-package))
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/eza: new package
  2023-10-02 17:36 [Buildroot] [PATCH 1/1] package/eza: new package Saeed Kazemi
@ 2023-11-04 20:59 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-11-04 20:59 UTC (permalink / raw)
  To: Saeed Kazemi; +Cc: buildroot

On Mon,  2 Oct 2023 19:36:28 +0200
Saeed Kazemi <kazemi.ms@gmail.com> wrote:

> eza is a modern, maintained replacement for ls, built on exa.
> 
> https://github.com/eza-community/eza.git
> 
> Signed-off-by: Saeed Kazemi <kazemi.ms@gmail.com>
> ---
>  DEVELOPERS            |  3 +++
>  package/Config.in     |  1 +
>  package/eza/Config.in |  8 ++++++++
>  package/eza/eza.hash  |  3 +++
>  package/eza/eza.mk    | 12 ++++++++++++
>  5 files changed, 27 insertions(+)
>  create mode 100644 package/eza/Config.in
>  create mode 100644 package/eza/eza.hash
>  create mode 100644 package/eza/eza.mk

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-11-04 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 17:36 [Buildroot] [PATCH 1/1] package/eza: new package Saeed Kazemi
2023-11-04 20:59 ` Thomas Petazzoni via buildroot

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