Skip to content

Commit

Permalink
package/eza: new package
Browse files Browse the repository at this point in the history
eza is a modern, maintained replacement for ls, built on exa.

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

Signed-off-by: Saeed Kazemi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
skazemi authored and tpetazzoni committed Nov 4, 2023
1 parent 4430f52 commit 5a0f41e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions DEVELOPERS
Original file line number Diff line number Diff line change
Expand Up @@ -2635,6 +2635,7 @@ N: Ryan Wilkins <[email protected]>
F: package/biosdevname/

N: Saeed Kazemi <[email protected]>
F: package/eza/
F: package/procs/

N: Sam Lancia <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions package/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2636,6 +2636,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"
Expand Down
8 changes: 8 additions & 0 deletions package/eza/Config.in
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions package/eza/eza.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Locally computed
sha256 2dac8aa41433eeaa07c4eabdf557b7e134c3fda9ba9edb8ab57959354856e20c eza-0.14.0.tar.gz
sha256 2762990c7fbba9d550802a2593c1d857dcd52596bb0f9f192a97e9a7ac5f4f9e LICENCE
12 changes: 12 additions & 0 deletions package/eza/eza.mk
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 5a0f41e

Please sign in to comment.