moc, gcc, neovim, ffmpeg

This commit is contained in:
2026-02-19 14:04:38 +01:00
parent 1a775ed217
commit 2f35f407c6
17 changed files with 150 additions and 22 deletions

12
packages/neovim.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "neovim")
(version "0.11.6")
(homepage "https://neovim.io/")
(dependencies make cmake)
(src (tar
(url "https://github.com/neovim/neovim/archive/refs/tags/v0.11.6.tar.gz")
(dir "neovim-0.11.6")
(blake3 "ebcd5fed78910cd34be9ec4fe443a12fbe2f1f8c0397d76b015a774cebcf7dbe")))
(build
(make
(make_flags "CMAKE_BUILD_TYPE=RelWithDebInfo"))))