package/eza: new package

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Saeed Kazemi 2023-10-02 19:36:28 +02:00 committed by Thomas Petazzoni
parent 4430f52215
commit 5a0f41e56d
5 changed files with 25 additions and 0 deletions

View File

@ -2635,6 +2635,7 @@ N: Ryan Wilkins <ryan@deadfrog.net>
F: package/biosdevname/
N: Saeed Kazemi <kazemi.ms@gmail.com>
F: package/eza/
F: package/procs/
N: Sam Lancia <sam@gpsm.co.uk>

View File

@ -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"

8
package/eza/Config.in Normal file
View File

@ -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
package/eza/eza.hash Normal file
View File

@ -0,0 +1,3 @@
# Locally computed
sha256 2dac8aa41433eeaa07c4eabdf557b7e134c3fda9ba9edb8ab57959354856e20c eza-0.14.0.tar.gz
sha256 2762990c7fbba9d550802a2593c1d857dcd52596bb0f9f192a97e9a7ac5f4f9e LICENCE

12
package/eza/eza.mk Normal file
View File

@ -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))