mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
neovim.rb: improve dependency
1. remove unnecessary deps `md5sha1sum` 2. add `=> :build` 3. add missing deps `autoconf`
This commit is contained in:

committed by
Nicolas Hillegeer

parent
8046e59f05
commit
ccd3f9ce67
@@ -4,10 +4,10 @@ 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"
|
||||
depends_on "cmake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
|
Reference in New Issue
Block a user