Skip to content

Instantly share code, notes, and snippets.

@etchalon
Created May 23, 2013 20:36
Show Gist options
  • Save etchalon/5639240 to your computer and use it in GitHub Desktop.
Save etchalon/5639240 to your computer and use it in GitHub Desktop.
Install Mess Tools
require 'formula'
class Messtools < Formula
head 'https://jshedd@bitbucket.org/thisismess/mess-tools.git', :revision => 'c8c742734869b334afe4177c1df4420e7fda61ff'
def install
bin.install('bin/django-init')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment