Skip to content

Instantly share code, notes, and snippets.

@AlexanderEkdahl
AlexanderEkdahl / erlang.rb
Created July 31, 2013 20:48 — forked from dch/erlang.rb
homebrew install Erlang/OTP R16B01 via `brew install https://gist.github.com/AlexanderEkdahl/6126022/raw/erlang.rb`
require 'formula'
class ErlangManuals < Formula
url 'http://erlang.org/download/otp_doc_man_R16B.tar.gz'
sha1 '48eaf215e5dcae8b4f02cc39ed557ec6f9dd026a'
end
class ErlangHtmls < Formula
url 'http://erlang.org/download/otp_doc_html_R16B.tar.gz'
sha1 '14729a486f331678d2c7ae1ca1608b7e9f3fd8f2'