Skip to content

Instantly share code, notes, and snippets.

@kwappa
kwappa / emacs.rb
Created July 26, 2011 09:09
emacs 23.3a formula for homebrew with Xcode4.1 / Lion / --cocoa
require 'formula'
class Emacs < Formula
url 'http://ftp.gnu.org/pub/gnu/emacs/emacs-23.3a.tar.bz2'
md5 'f2cf8dc6f28f8ae59bc695b4ddda339c'
homepage 'http://www.gnu.org/software/emacs/'
skip_clean :all
if ARGV.include? "--use-git-head"