mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
Adding neovim formula for Homebrew
This commit is contained in:
15
neovim.rb
Normal file
15
neovim.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
require 'formula'
|
||||
|
||||
class Neovim < Formula
|
||||
homepage 'http://neovim.org'
|
||||
head 'https://github.com/neovim/neovim.git'
|
||||
|
||||
depends_on 'md5sha1sum'
|
||||
depends_on 'cmake'
|
||||
depends_on 'libtool'
|
||||
depends_on 'automake'
|
||||
|
||||
def install
|
||||
system "make", "PREFIX=#{prefix}", "cmake"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user