mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
lunarvim.org (#2155)
* new file: projects/lunarvim.org/package.yml * add neovim * modified: projects/lunarvim.org/package.yml
This commit is contained in:
parent
e4f21e5f5d
commit
1b82468ba6
38
projects/lunarvim.org/package.yml
Normal file
38
projects/lunarvim.org/package.yml
Normal file
|
@ -0,0 +1,38 @@
|
|||
distributable:
|
||||
url: https://github.com/LunarVim/LunarVim/archive/{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: LunarVim/LunarVim
|
||||
|
||||
dependencies:
|
||||
gnu.org/bash: '*'
|
||||
tea.xyz/gx/cc: c99
|
||||
crates.io/fd-find: '*'
|
||||
pip.pypa.io: '*'
|
||||
nodejs.org: '*'
|
||||
rust-lang.org/cargo: '*'
|
||||
neovim.io: '*'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/make: '*'
|
||||
cmake.org: '*'
|
||||
gnu.org/bash: '*'
|
||||
script: |
|
||||
./utils/installer/install.sh -y -l
|
||||
./utils/installer/install_bin.sh
|
||||
./utils/installer/install-neovim-from-release
|
||||
env:
|
||||
INSTALL_PREFIX: '{{ prefix }}'
|
||||
LV_INSTALL_PREFIX: '{{ prefix }}'
|
||||
XDG_DATA_HOME: '{{ prefix }}/share'
|
||||
XDG_CACHE_HOME: '{{ prefix }}/.cache'
|
||||
XDG_CONFIG_HOME: '{{ prefix }}/.config'
|
||||
|
||||
provides:
|
||||
- bin/lvim
|
||||
- bin/nvim
|
||||
|
||||
test:
|
||||
lvim -v | grep "NVIM"
|
Loading…
Reference in a new issue