blob: 8599cab2d352fcf77ba9b458b66e0e69f8f54a11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = neovim-gitsigns-git
pkgdesc = Git signs written in pure Lua
pkgver = 1.0.2.r40.g43b0c85
pkgrel = 1
epoch = 2
url = https://github.com/lewis6991/gitsigns.nvim
install = neovim-gitsigns-git.install
arch = any
groups = neovim-plugins
license = MIT
depends = git
depends = neovim
provides = neovim-gitsigns
conflicts = neovim-gitsigns
source = neovim-gitsigns-git::git+https://github.com/lewis6991/gitsigns.nvim
sha256sums = SKIP
pkgname = neovim-gitsigns-git
|