Search Criteria
Package Details: fzf-tab-completion-git r436.4850357-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fzf-tab-completion-git.git (read-only, click to copy) |
|---|---|
| Package Base: | fzf-tab-completion-git |
| Description: | Tab completion using fzf in zsh, bash, GNU readline apps (e.g. python, php -a etc.) |
| Upstream URL: | https://github.com/lincheney/fzf-tab-completion |
| Licenses: | GPL3 |
| Provides: | fzf-tab-completion |
| Submitter: | buzztaiki |
| Maintainer: | buzztaiki |
| Last Packager: | buzztaiki |
| Votes: | 3 |
| Popularity: | 0.000095 |
| First Submitted: | 2021-03-25 07:27 (UTC) |
| Last Updated: | 2025-08-15 18:35 (UTC) |
Dependencies (4)
- fzf (fzf-gitAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- rl_custom_function (rl_custom_function-gitAUR) (optional) – readline support
Latest Comments
kIERO commented on 2025-10-31 07:58 (UTC)
mmm, I can't build rl_custom_function-git in a new machine.
Something changed
buzztaiki commented on 2025-08-15 18:45 (UTC)
aarch64 is added. However, I did't tested it.
sk2751 commented on 2025-07-31 14:55 (UTC)
Is there any specific reason why I cannot use it on aarch64?
fzf-tab-completion-git is not available for the 'aarch64' architecture
buzztaiki commented on 2025-04-22 10:21 (UTC)
Added git to makedpends.
kIERO commented on 2025-04-16 18:58 (UTC)
The package base-devel is assumed to be already installed when building with makepkg. Dependencies of this package should not be included in makedepends array.
git is not included in base-devel, so yes, it should be added to this package makedepends.
brasswool commented on 2025-04-01 17:51 (UTC)
Hi!
attempting to build this in a clean chroot fails with an "ERROR: Cannot find the git package needed to handle git sources" unless I replace:
makedepends=('cargo')
with:
makedepends=('cargo' 'git')
Would you mind adding the git package as build-only dependency?