forked from OpenDingux/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
4430f52
commit 5a0f41e
Showing
5 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |