mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2025-07-04 01:13:16 -07:00
rebase youcompleteme PKGBUILD from https://aur.archlinux.org/packages/vim-youcompleteme-git
This commit is contained in:
@ -1,25 +1,30 @@
|
||||
pkgbase = vim-youcompleteme-git
|
||||
pkgdesc = A code-completion engine for Vim
|
||||
pkgver = 2373.15362d9c
|
||||
pkgver = r2439.75bf1738
|
||||
pkgrel = 1
|
||||
url = https://github.com/Valloric/YouCompleteMe
|
||||
url = http://valloric.github.com/YouCompleteMe/
|
||||
install = install
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
arch = armv7h
|
||||
arch = any
|
||||
groups = vim-plugins
|
||||
license = GPL3
|
||||
makedepends = cmake
|
||||
makedepends = git
|
||||
makedepends = make
|
||||
makedepends = curl
|
||||
makedepends = go
|
||||
makedepends = mono
|
||||
makedepends = cargo
|
||||
makedepends = npm
|
||||
depends = boost
|
||||
depends = boost-libs
|
||||
depends = ncurses5-compat-libs
|
||||
depends = python
|
||||
depends = python2
|
||||
depends = nodejs
|
||||
depends = vim
|
||||
depends = clang
|
||||
provides = vim-youcompleteme
|
||||
depends = mono
|
||||
depends = rust
|
||||
source = git+https://github.com/Valloric/YouCompleteMe.git
|
||||
source = git+https://github.com/ross/requests-futures.git
|
||||
source = git+https://github.com/Valloric/ycmd.git
|
||||
@ -30,7 +35,17 @@ pkgbase = vim-youcompleteme-git
|
||||
source = git+https://github.com/davidhalter/jedi.git
|
||||
source = git+https://github.com/davidhalter/parso.git
|
||||
source = git+https://github.com/Pylons/waitress.git
|
||||
source = git+https://github.com/micbou/regex.git
|
||||
source = git+https://github.com/Manishearth/godef.git
|
||||
source = git+https://github.com/nsf/gocode.git
|
||||
source = git+https://github.com/nosami/OmniSharpServer.git
|
||||
source = git+https://github.com/icsharpcode/NRefactory.git
|
||||
source = git+https://github.com/jbevain/cecil.git
|
||||
source = git+https://github.com/jwilm/racerd.git
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
Reference in New Issue
Block a user