mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #922 'Improve neovim.rb'
This commit is contained in:
commit
3cf435af36
14
neovim.rb
14
neovim.rb
@ -1,13 +1,13 @@
|
||||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Neovim < Formula
|
||||
homepage 'http://neovim.org'
|
||||
head 'https://github.com/neovim/neovim.git'
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user