blob: 26227f850f3e69b773ffec7cf5fa1ec85ef56679 (
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
40
|
pkgbase = sniprun
pkgdesc = Independently run snippets of code
pkgver = 1.3.16
pkgrel = 1
url = https://github.com/michaelb/sniprun
changelog = CHANGELOG.md
arch = x86_64
license = MIT
makedepends = cargo
makedepends = gcc-libs
options = !lto
source = sniprun-1.3.16.tar.gz::https://github.com/michaelb/sniprun/archive/v1.3.16.tar.gz
sha256sums = 8d0048cc38a2da94c1949cbf6b0e1c8992d8f339726873b0967f4dc4e7fa58cb
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.3.16
optdepends = bash: Bash snippets support
optdepends = coffeescript: CoffeeScript snippets support
optdepends = gcc-ada: Limited Ada snippets support
optdepends = gcc: C/C++ snippets support
optdepends = ghc: Haskell snippets support
optdepends = go: Go snippets support
optdepends = java-environment-openjdk: Java snippets support
optdepends = julia: Julia snippets support
optdepends = jupyter: Jupyter support
optdepends = lua: Lua snippets support
optdepends = python3: Python3 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
|