mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
Adding neovim formula for Homebrew
This commit is contained in:
parent
b0abcda487
commit
eaa4f2b9ce
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
|
Loading…
Reference in New Issue
Block a user