Commit 2711d5f8 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #594 from flyingP0tat0/master

Add neovim
parents df29037d 56f9921b
require 'package'
class Neovim < Package
version '0.1.7'
source_url 'https://github.com/neovim/neovim/archive/v0.1.7.tar.gz'
source_sha1 '00e67f981105f1acbe06df1dbea21b6f7fa6d9b8'
depends_on 'libtool'
depends_on 'autoconf'
depends_on 'automake'
depends_on 'cmake'
depends_on 'gcc'
depends_on 'pkgconfig'
def self.build
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment