Skip to content

Instantly share code, notes, and snippets.

View castor4bit's full-sized avatar

Toru Okugawa (Tanaka) castor4bit

View GitHub Profile
@castor4bit
castor4bit / vim.rb
Created July 16, 2012 03:54 — forked from mugijiru/vim.rb
Homebrew Formula for vim+ruby
require 'formula'
class Vim < Formula
# url 'ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2' url 'https://vim.googlecode.com/hg/', :tag => 'v7-3-600' version '7.3.600'
homepage 'http://www.vim.org/'
# md5 '5b9510a17074e2b37d8bb38ae09edbf2'
head 'https://vim.googlecode.com/hg/'
# depends_on 'cmake' => :build
@castor4bit
castor4bit / newt.rb
Created October 8, 2011 13:53 — forked from d235j/newt.rb
Patched newt.rb
require 'formula'
class Newt < Formula
url 'https://fedorahosted.org/releases/n/e/newt/newt-0.52.13.tar.gz'
homepage 'https://fedorahosted.org/newt/'
md5 '77de05b3f58540152a4ae32a1a64e5d0'
depends_on 'gettext'
depends_on 'slang'
depends_on 'popt'