Search Criteria
Package Details: exa-git 0.9.0.r184.g39c8c67-2
Git Clone URL: | https://aur.archlinux.org/exa-git.git (read-only, click to copy) |
---|---|
Package Base: | exa-git |
Description: | Replacement for ls written in Rust |
Upstream URL: | https://github.com/ogham/exa |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | tuftedocelot |
Maintainer: | tuftedocelot (flipee) |
Last Packager: | flipee |
Votes: | 28 |
Popularity: | 0.56 |
First Submitted: | 2015-02-22 15:59 |
Last Updated: | 2020-11-12 23:38 |
Dependencies (4)
- libgit2 (libgit2-git)
- git (git-git) (make)
- pandoc (pandoc-bin, pandoc-sile-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Required by (2)
- git-fuzzy-git (requires exa) (optional)
- nb (requires exa) (optional)
Latest Comments
1 2 3 Next › Last »
flipee commented on 2020-11-12 23:43
@caleb Whoops! Should be fixed now. Thanks.
caleb commented on 2020-11-12 21:24
This package isn't installing the ZSH completions the same way the official one is, it has a bogus
-git
extension on the completion name.0x647262 commented on 2017-09-14 01:32
The pkgver() function can be changed:
```
pkgver() {
cd "$pkgname"
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
```
```
» git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
0.7.0.r85.ge933fa6
```
lightdark commented on 2017-09-13 00:31
Could you add conflicts=(exa) and provides=(exa) to this?
j3thr0 commented on 2017-08-04 13:33
exa is now in the official Arch Linux package. `pacman -S exa` will do
j605 commented on 2017-08-04 07:44
Some of the dependencies are not listed. Please fix the issues listed by namcap unless you know for sure it is lying. In case of shared libraries, namcap is usually correct.
wezm commented on 2017-08-01 10:30
@Brottweiler are you looking for a version that tracks the released versions in git or one that installs the released binaries?
Brottweiler commented on 2017-07-13 00:10
exa offers releases, would you be able to maintain such a package?
quininer commented on 2017-05-10 08:53
can you use `make` to install `{bash,zsh,fish}-completions`?
tuftedocelot commented on 2016-03-26 13:24
Done. Thanks bastelfreak