Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the neovim src package (stable) #142

Merged
merged 6 commits into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions extra/src/neovim.ecmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

[info]
name = neovim
version = 0.10.2
license = Apache-2.0
url = neovim.io
type = src


[files]
neovim-0.10.2.tar.gz https://github.com/neovim/neovim/archive/refs/tags/v0.10.2.tar.gz 546cb2da9fffbb7e913261344bbf4cf1622721f6c5a67aa77609e976e78b8e89



[description]
Vim-fork focused on extensibility and usability. A modal text editor.

[dependencies]

[optional]
ninja

[download]
curl -L $URL --output $NAME-$VERSION.tar.gz
tar -xzf $NAME-$VERSION.tar.gz

[exports]
CMAKE_BUILD_TYPE=Release

[install]
make
make CMAKE_INSTALL_PREFIX=$BUILD_ROOT install

Loading