Skip to content

Commit

Permalink
Merge pull request #142 from Okkonen-GitHub/neovim-src
Browse files Browse the repository at this point in the history
Adds the neovim src package (stable)
  • Loading branch information
AleksArt000 authored Oct 4, 2024
2 parents b99ce58 + e1402b7 commit 03f6367
Showing 1 changed file with 33 additions and 0 deletions.
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

0 comments on commit 03f6367

Please sign in to comment.