Search Criteria
Package Details: hunter 1.3.5-3
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/nanoctr/hunter |
Keywords: | cli file manager mc ranger |
Licenses: | custom:WTFPL |
Provides: | hunter |
Submitter: | flacks |
Maintainer: | shyamin |
Last Packager: | haawda |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2019-04-07 20:48 (UTC) |
Last Updated: | 2022-12-16 19:24 (UTC) |
Dependencies (24)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- libsixel (libsixel-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- gst-plugins-bad (gst-plugins-bad-gitAUR) (make)
- gst-plugins-good (gst-plugins-good-gitAUR) (make)
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (make)
- rustup (rustup-gitAUR, rustup-stubAUR) (make)
- atool (atool2-gitAUR) (optional) – Archive support
- bat (bat-cat-gitAUR) (optional) – Syntax highlighting
- elinks (elinks-gitAUR) (optional) – HTML support
- fzf (fzf-gitAUR, skim-fzf-dropinAUR, skim-symlinksAUR) (optional) – Default file finder
- gst-libav (gst-libav-gitAUR) (optional) – Media support
- gst-plugins-bad (gst-plugins-bad-gitAUR) (optional) – Media support
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – Media support
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – Media support
- highlight (optional) – Syntax highlighting
- libarchive (libarchive-gitAUR) (optional) – Archive support
- links (links-g-directfbAUR) (optional) – HTML support
- lynx (lynx-gitAUR, lynx-currentAUR) (optional) – HTML support
- mupdf-tools (mupdf-gitAUR) (optional) – PDF support
- nerd-fonts-complete (optional) – Icon pack support
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR) (optional) – Archive support
- poppler (poppler-gitAUR) (optional) – PDF support
- w3m (optional) – HTML support
Latest Comments
kulak commented on 2022-12-01 17:24 (UTC)
Small adjustment to patch instructions below.
If you put patch file at the same level as PKGBUILD, then line should be
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.