Search Criteria
Package Details: eza-git 0.15.0.r3.g32567d0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/eza-git.git (read-only, click to copy) |
---|---|
Package Base: | eza-git |
Description: | A modern replacement for ls |
Upstream URL: | https://github.com/eza-community/eza |
Keywords: | exa ls |
Licenses: | MIT |
Conflicts: | exa, eza |
Provides: | exa, eza |
Replaces: | exa |
Submitter: | zefr0x |
Maintainer: | zefr0x (txtsd) |
Last Packager: | txtsd |
Votes: | 8 |
Popularity: | 1.53 |
First Submitted: | 2023-08-05 21:38 (UTC) |
Last Updated: | 2023-10-22 08:01 (UTC) |
Dependencies (5)
- libgit2.so (lib32-libgit2AUR, libgit2)
- cargo (rust-nightly-binAUR, cargo-gitAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- pandoc (pandoc-static-gitAUR, pandoc-binAUR, pandoc-sile-gitAUR, pandoc-cli) (make)
- cargo (rust-nightly-binAUR, cargo-gitAUR, rustup-gitAUR, rust, rustup) (check)
Required by (5)
- fish-fifc (requires exa) (optional)
- fzf-tab-source (requires exa) (optional)
- git-fuzzy-git (requires exa) (optional)
- nb (requires exa) (optional)
- nb-git (requires exa) (optional)
Latest Comments
txtsd commented on 2023-10-22 13:57 (UTC)
@jakedane You seem to have been trying to build it right between the time I pushed an erroneous commit and a fix. Apologies haha.
jakedane commented on 2023-10-22 13:36 (UTC)
Ignore previous comment; it works now.
jakedane commented on 2023-10-22 13:34 (UTC)
Retrieving sources for the update today fails with:
fatal: unable to access 'https://github.com/eza-community/eza/': Recv failure: Connection reset by peer
zefr0x commented on 2023-09-05 19:42 (UTC)
You are now a co-maintainer. Sorry about being late ☺
txtsd commented on 2023-09-05 17:20 (UTC)
Alternatively, add me as (co-)maintainer and I'll take care of it. I maintain eza.
txtsd commented on 2023-08-31 15:46 (UTC)
Please add the
options
array and!lto
in it. This package fails to build whenlto
is enabled inmakepkg.conf
.zefr0x commented on 2023-08-20 14:49 (UTC)
I did replace
pandoc-cli
withpandoc
, thanks for the feedback.About the man pages, they are already updated and
man/eza.1.md
is available, I don't know what gives an error in you side, I can build it in my device. Can you please provide more details?Fryboyter commented on 2023-08-20 09:10 (UTC)
Hello,
Would it be possible to replace pandoc-cli with pandoc in the makedepends line? This was done in the package exa. Because then when you install eza you get the choice if you want to use pandoc-cli or pandoc-bin. I, and probably some other users, prefer pandoc-bin from the AUR because this package does not have the many dependencies on Haskell packages that are regularly updated.
Currently eza cannot be installed either, because the file maneza.1.md is not found. This is probably because the man pages have been renamed (https://github.com/eza-community/eza/commit/c92602d55a892743b8ffc58d0391d06555482e33).