summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f492640c63e2dd02eb5badc2e43fe29f911c8575 (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
28
29
30
31
32
33
34
35
36
37
38
39
pkgbase = sniprun
	pkgdesc = Independently run snippets of code
	pkgver = 1.2.7
	pkgrel = 1
	url = https://github.com/michaelb/sniprun
	changelog = CHANGELOG.md
	arch = x86_64
	license = MIT
	makedepends = cargo
	makedepends = gcc-libs
	source = sniprun-1.2.7.tar.gz::https://github.com/michaelb/sniprun/archive/v1.2.7.tar.gz
	sha256sums = cda4e519c5e200973ab352694c5990ef2dbb69b73ea2211ebe8e3ed4cb9e19ab

pkgname = sniprun
	pkgdesc = Compiled binary core for neovim-sniprun
	depends = gcc-libs
	replaces = sniprun-legacy

pkgname = neovim-sniprun
	install = neovim-sniprun.install
	arch = any
	depends = neovim
	depends = sniprun=1.2.7
	optdepends = bash: Bash snippets support
	optdepends = coffeescript: CoffeeScript snippets support
	optdepends = gcc: C/C++ snippets support
	optdepends = gcc-ada: Limited Ada snippets support
	optdepends = go: Go snippets support
	optdepends = ghc: Haskell snippets support
	optdepends = python3: Python3 snippets support
	optdepends = java-environment-openjdk: Java snippets support
	optdepends = julia: Julia snippets support
	optdepends = jupyter: Jupyter support
	optdepends = lua: Lua snippets support
	optdepends = r: R snippets support
	optdepends = ruby: Ruby snippets support
	optdepends = rust: Rust snippets support
	optdepends = scala: Scala snippets support
	replaces = neovim-sniprun-legacy