blob: 6a0dca67d172215a419a78e4c54da15a191c300c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = fzf-extras-git
pkgdesc = Extra keybindings for fzf
pkgver = 20180619
pkgrel = 1
url = https://github.com/atweiden/fzf-extras
install = fzf-extras.install
arch = any
license = MIT
makedepends = git
depends = bash
depends = fzf
depends = tmux
optdepends = ctags: select tags
optdepends = fasd: fuzzy find frecency files, directories
optdepends = git: git checkout fuzzy commits, branches
optdepends = mlocate: locate files
optdepends = xdg-utils: open files
optdepends = zsh: zsh keybindings
provides = fzf-extras
conflicts = fzf-extras
source = git+https://github.com/atweiden/fzf-extras
sha256sums = SKIP
pkgname = fzf-extras-git
|