blob: 658d3491e5d4b136ca5d59c8ff36c288f8f132c6 (
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
|
pkgbase = vim-go
pkgdesc = Go development plugin for Vim
pkgver = 1.29
pkgrel = 1
url = https://github.com/fatih/vim-go
arch = any
license = BSD-3-Clause
depends = vim-plugin-runtime
depends = go
optdepends = asmfmt
optdepends = delve: for dlv command
optdepends = errcheck
optdepends = godef
optdepends = go-impl: for impl command
optdepends = golangci-lint
optdepends = gomodifytags
optdepends = go-motion: for motion command
optdepends = gopls
optdepends = gotags
optdepends = go-tools: for goimports command
optdepends = iferr
optdepends = reftools: for fillstruct command
optdepends = revive
source = vim-go-1.29.tar.gz::https://github.com/fatih/vim-go/archive/v1.29.tar.gz
sha512sums = 0dc89d660c5987b685e0314b79064f888a8b423c4cdd20fef86538d75bc55f64dbbee7e26751050018f7cd92877c5a6a6b9eb14c5e0b9e4c408b565decc1c13e
pkgname = vim-go
|