Created
January 27, 2015 21:53
-
-
Save pseudomuto/973859c44a7d27eae009 to your computer and use it in GitHub Desktop.
Blog Code: Ruby/Python Support for Vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default[:vim_version] = "7-4-589" | |
default[:vim_checksum] = "b3d320d5e103fb2bbfafc7f167970a576148baa6ce3521e8d08a2edd42532420" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ark "vim" do | |
url "https://github.com/b4winckler/vim/archive/v#{node[:vim_version]}.tar.gz" | |
version node[:vim_version] | |
checksum node[:vim_checksum] | |
autoconf_opts %w(--enable-pythoninterp --enable-rubyinterp) | |
action :install_with_make | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment