summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-07-28 08:50:34 +0800
committerSainnhepark2020-07-28 08:50:34 +0800
commit09f7b2bb0db69c667184b99422c269b1fe6c506c (patch)
treefded58c72712dd96871c7e0241efff638e649628
downloadaur-09f7b2bb0db69c667184b99422c269b1fe6c506c.tar.gz
init
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD18
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..cff5ee560b34
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = neovim-coc-extras-meta-git
+ pkgdesc = Meta package to install some important extensions for coc.nvim
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://github.com/neoclide/coc.nvim
+ arch = any
+ depends = neovim-coc-dictionary-git
+ depends = neovim-coc-highlight-git
+ depends = neovim-coc-lists-git
+ depends = neovim-coc-marketplace-git
+ depends = neovim-coc-snippets-git
+ depends = neovim-coc-syntax-git
+ depends = neovim-coc-tag-git
+ depends = neovim-coc-yank-git
+ optdepends = neovim-coc-pairs-git: auto pairs support
+ optdepends = neovim-coc-explorer-git: file/buffer explorer
+ optdepends = neovim-coc-git-git: git integration
+
+pkgname = neovim-coc-extras-meta-git
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..75eea96ccd8b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Sainnhe Park <sainnhe@gmail.com>
+pkgname=neovim-coc-extras-meta-git
+pkgver=1.0
+pkgrel=1
+pkgdesc='Meta package to install some important extensions for coc.nvim'
+arch=(any)
+url='https://github.com/neoclide/coc.nvim'
+depends=(neovim-coc-dictionary-git
+ neovim-coc-highlight-git
+ neovim-coc-lists-git
+ neovim-coc-marketplace-git
+ neovim-coc-snippets-git
+ neovim-coc-syntax-git
+ neovim-coc-tag-git
+ neovim-coc-yank-git)
+optdepends=('neovim-coc-pairs-git: auto pairs support'
+ 'neovim-coc-explorer-git: file/buffer explorer'
+ 'neovim-coc-git-git: git integration')