pantry/projects/lunarvim.org/package.yml
Andrew 1b82468ba6
lunarvim.org (#2155)
* new file:   projects/lunarvim.org/package.yml

* add neovim

* modified:   projects/lunarvim.org/package.yml
2023-06-12 10:25:53 -04:00

38 lines
814 B
YAML

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"