Skip to content

Instantly share code, notes, and snippets.

View t-abe's full-sized avatar

Takashi Abe t-abe

  • Preferred Networks, Inc.
  • Tokyo, Japan
View GitHub Profile
@t-abe
t-abe / emacs.rb
Last active December 14, 2015 10:10 — forked from rfkm/emacs.rb
require 'formula'
class Emacs < Formula
homepage 'http://www.gnu.org/software/emacs/'
url 'http://ftp.yz.yamagata-u.ac.jp/pub/GNU/emacs/emacs-24.2.tar.gz'
sha1 '5fc4fe7797f821f2021ac415a81f5f190c52c0b2'
depends_on "autoconf" => :build
if ARGV.include? "--use-git-head"