summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: bb5e952243af26ce961daff2dc0b6331a2cf9381 (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
26
27
28
29
30
31
pkgbase = clap-git
	pkgdesc = Modern performant generic finder and dispatcher for Vim and NeoVim
	pkgver = 0.19.r14.g91331ea
	pkgrel = 1
	url = https://github.com/liuchengxu/vim-clap
	arch = any
	license = MIT
	makedepends = git
	makedepends = rustup
	makedepends = make
	source = clap::git+https://github.com/liuchengxu/vim-clap.git
	sha256sums = SKIP

pkgname = vim-clap-git
	depends = vim
	optdepends = python: for built-in fzy python implementation
	optdepends = fzf: fzf external filter
	optdepends = fzy: fzy external filter
	optdepends = skim: skim external filter
	provides = vim-clap
	conflicts = vim-clap

pkgname = neovim-clap-git
	depends = neovim
	optdepends = python-pynvim: for built-in fzy python implementation
	optdepends = fzf: fzf external filter
	optdepends = fzy: fzy external filter
	optdepends = skim: skim external filter
	provides = neovim-clap
	conflicts = neovim-clap