Skip to content

Instantly share code, notes, and snippets.

@kga
kga / vim.rb
Created December 14, 2010 16:48 — forked from uasi/vim.rb
Vim formula for Homebrew
require 'formula'
class Vim <Formula
url 'ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2'
homepage 'http://www.vim.org/'
md5 '5b9510a17074e2b37d8bb38ae09edbf2'
def patchlevel; 81 end
def features; %w(tiny small normal big huge) end
def interp; %w(lua mzscheme perl python python3 tcl ruby) end