Skip to content

Instantly share code, notes, and snippets.

View lukesutton's full-sized avatar

Luke Matthew Sutton lukesutton

View GitHub Profile
@lukesutton
lukesutton / elixir.rb
Created May 28, 2012 02:33 — forked from huffman/elixir.rb
Elixir 0.5.0 Homebrew recipe
# Install this recipe with:
# brew install --HEAD https://gist.github.com/raw/2816905/daafa0d7e3c5da694401fac138aae340a9ead157/elixir.rb
require 'formula'
class Elixir < Formula
homepage 'http://elixir-lang.org/'
head 'https://github.com/elixir-lang/elixir.git', :tag => '0.5.0'
depends_on 'erlang'