Skip to content

Instantly share code, notes, and snippets.

View arp's full-sized avatar

Artur Pyrogovskyi arp

View GitHub Profile
@arp
arp / gist:3636434
Created September 5, 2012 13:22 — forked from wardbekker/gist:3636361
R15B02 install script
require 'formula'
class ErlangManuals < Formula
url 'http://erlang.org/download/otp_doc_man_R15B02.tar.gz'
end
class ErlangHtmls < Formula
url 'http://erlang.org/download/otp_doc_html_R15B02.tar.gz'
end