summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4f6890e91d962de9906cf582d51afc4e524d3c81 (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
32
33
pkgbase = vim-youcompleteme-git
	pkgdesc = A code-completion engine for Vim
	pkgver = r3059.50379d35
	pkgrel = 1
	url = https://ycm-core.github.io/YouCompleteMe/
	arch = x86_64
	groups = vim-plugins
	license = GPL3
	makedepends = git
	makedepends = cmake
	makedepends = pybind11
	depends = vim
	depends = python>=3.6
	depends = python-watchdog
	depends = python-bottle
	depends = clang
	optdepends = gopls: Go semantic completion
	optdepends = nodejs-tern: JavaScript semantic completion
	optdepends = rust-analyzer: Rust semantic completion
	optdepends = typescript: Typescript semantic completion
	optdepends = python-jedi: Python semantic completion
	optdepends = python-numpydoc: Python semantic completion
	optdepends = python-regex: Better Unicode support
	optdepends = omnisharp-roslyn: C# semantic completion
	optdepends = java-environment>=11: Java semantic completion
	optdepends = jdtls: Java semantic completion
	optdepends = abseil-cpp: if setting _use_system_abseil ON
	source = git+https://github.com/ycm-core/YouCompleteMe.git
	source = git+https://github.com/ycm-core/ycmd.git
	sha256sums = SKIP
	sha256sums = SKIP

pkgname = vim-youcompleteme-git