summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7851c1c404e789b911a87731a7de4c36f9eec78f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = vim-rust-git
	pkgdesc = Rust language support for Vim
	pkgver = 20200918
	pkgrel = 1
	url = https://github.com/rust-lang/rust.vim
	arch = any
	license = MIT
	license = Apache
	makedepends = git
	depends = vim
	optdepends = rust: for RustRun and similar commands
	optdepends = vim-syntastic: syntax checking
	provides = vim-rust
	conflicts = vim-rust
	source = vim-rust::git+https://github.com/rust-lang/rust.vim
	sha256sums = SKIP

pkgname = vim-rust-git