1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
[package] name = "neovim" version = "0.11.6" release = 1 description = "Hyperextensible Vim-based text editor" url = "https://neovim.io/" license = "Apache-2.0" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["ncurses"] build = ["ninja"] [[source]] file = "neovim-0.11.6.tar.gz" urls = ["https://github.com/neovim/neovim/archive/refs/tags/v0.11.6.tar.gz"] checksum = "d1c8e3f484ed1e231fd5f48f53b7345b628e52263d5eef489bb8b73ca8d90fca" [build] parallel = true