Search Criteria
Package Details: hunter 1.3.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/hunter.git (read-only, click to copy) |
---|---|
Package Base: | hunter |
Description: | Ranger-like CLI file browser written in Rust |
Upstream URL: | https://github.com/rabite0/hunter |
Keywords: | cli file manager mc ranger |
Licenses: | custom:WTFPL |
Provides: | hunter |
Submitter: | flacks |
Maintainer: | None |
Last Packager: | ragouel |
Votes: | 9 |
Popularity: | 0.000042 |
First Submitted: | 2019-04-07 20:48 (UTC) |
Last Updated: | 2020-05-13 00:20 (UTC) |
Dependencies (23)
- gst-plugins-base-libs (gst-plugins-base-git)
- libsixel (libsixel-git)
- gst-plugins-bad (gst-plugins-bad-git) (make)
- gst-plugins-good (gst-plugins-good-git) (make)
- gst-plugins-ugly (gst-plugins-ugly-git) (make)
- rustup (rustup-git) (make)
- atool (atool-git) (optional) – Archive support
- bat (bat-cat-git) (optional) – Syntax highlighting
- elinks (elinks-git) (optional) – HTML support
- fzf (fzf-git, skim-fzf-dropin) (optional) – Default file finder
- gst-libav (gst-libav-git) (optional) – Media support
- gst-plugins-bad (gst-plugins-bad-git) (optional) – Media support
- gst-plugins-good (gst-plugins-good-git) (optional) – Media support
- gst-plugins-ugly (gst-plugins-ugly-git) (optional) – Media support
- highlight (optional) – Syntax highlighting
- libarchive (libarchive-git) (optional) – Archive support
- links (links-g-directfb) (optional) – HTML support
- lynx (lynx-git, lynx-current) (optional) – HTML support
- mupdf-tools (mupdf-git) (optional) – PDF support
- nerd-fonts-complete (optional) – Icon pack support
- Show 3 more dependencies...
Latest Comments
solnce commented on 2021-10-19 12:49 (UTC) (edited on 2021-10-19 15:52 (UTC) by solnce)
Does not build for me.
neowinx commented on 2021-03-22 04:16 (UTC) (edited on 2021-03-22 04:17 (UTC) by neowinx)
Apparently the method
remove_item
has been removed in upstream versions of Rust. See:I made a patch for version v1.3.5 that modifies the lines related to that change.
Feel free to try it.
fix_vector_remove_item.patch
just create the file and then modify the build process in the
PKGBUILD
adding the patch process before the cargo buildThe related code should go from this:
to this:
Hope this helps you somehow.
Regards.
neowinx
zayatura commented on 2021-02-08 14:21 (UTC)
I cannot build this package, it fails with the below error. I am using yay. Can anyone help?
alerque commented on 2020-02-25 15:52 (UTC)
All of your AUR requests to delete other packages are invalid. Just because the stable packaging happens to be the latest after a release does not make VCS packages duplicates. *-git packages should remain for such a time as there are upsream developments that are not released yet.