Skip to content

Instantly share code, notes, and snippets.

@tk84
tk84 / emacs24_1.rb
Created August 15, 2012 05:00
emacs 24 plain
require 'formula'
class Emacs241 < Formula
url 'http://ftp.gnu.org/pub/gnu/emacs/emacs-24.1.tar.gz'
homepage 'http://www.gnu.org/software/emacs/'
md5 '97b78dece2b4fd617dfab26b7db2d4bc'
depends_on 'autoconf'
def install
@tk84
tk84 / screen-devel.rb
Created March 22, 2012 08:34
This is Formula of GNU Screen devel ver. You can use this at Homebrew.
require 'formula'
class ScreenDevel < Formula
url 'http://git.savannah.gnu.org/cgit/screen.git/snapshot/screen-master.tar.gz'
homepage 'http://www.gnu.org/software/screen/'
md5 '628295219c4817c95572e4598a7687b8'
depends_on 'autoconf'
def install