7 lines
263 B
Ruby
7 lines
263 B
Ruby
require 'formula'
|
|
|
|
class Browser < GithubGistFormula
|
|
url 'https://gist.githubusercontent.com/defunkt/318247/raw/bcbcf6c5fb730b4f508c633cce56ba17828825c8/browser'
|
|
homepage 'https://gist.github.com/318247/'
|
|
sha1 '3474d81ef6eaaf13554fd6aa03e5227c4c72f1bb'
|
|
end
|