Skip to content

Instantly share code, notes, and snippets.

@st63jun
Created August 22, 2011 12:09
Show Gist options
  • Save st63jun/1162231 to your computer and use it in GitHub Desktop.
Save st63jun/1162231 to your computer and use it in GitHub Desktop.
Homebrew formula: twittering-mode.el
require 'formula'
class TwitteringMode <Formula
url 'http://downloads.sourceforge.net/project/twmode/twittering-mode-2.0.0/twittering-mode-2.0.0.tar.gz'
md5 '19d10ab1058364a0e8386abf2eda9a53'
homepage 'http://twmode.sourceforge.net/'
head 'https://github.com/hayamiz/twittering-mode.git'
def install
mkdir_p "#{HOMEBREW_PREFIX}/share/emacs/site-lisp/twittering-mode"
cp "twittering-mode.el", "#{HOMEBREW_PREFIX}/share/emacs/site-lisp/twittering-mode"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment