summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c2597bb1f95da5a039bce5ce89e4e844153030ed (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
pkgbase = sniprun
	pkgdesc = A neovim plugin to independently run snippets of code
	pkgver = 0.5.6
	pkgrel = 1
	url = https://github.com/michaelb/sniprun
	arch = x86_64
	license = MIT
	makedepends = cargo
	makedepends = gcc-libs
	source = sniprun-0.5.6.tar.gz::https://github.com/michaelb/sniprun/archive/refs/tags/v0.5.6.tar.gz
	sha256sums = 3e640ceebe57a27fa141d4ff4affa04cb0f4d83e31e6b9e9aefa823581772203

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

pkgname = neovim-sniprun
	install = neovim-sniprun.install
	arch = any
	depends = neovim-git
	depends = sniprun=0.5.6
	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