Search Criteria
Package Details: fzf-tab-completion-git r343.0874776-1
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.024606 |
First Submitted: | 2021-03-25 07:27 (UTC) |
Last Updated: | 2023-01-02 14:20 (UTC) |
Dependencies (3)
- fzf (fzf-gitAUR, skim-fzf-dropinAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- rl_custom_function (rl_custom_function-gitAUR) (optional) – readline support
Latest Comments
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?