mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
1b82468ba6
* new file: projects/lunarvim.org/package.yml * add neovim * modified: projects/lunarvim.org/package.yml
38 lines
814 B
YAML
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" |