From 2edcc829be31deec58c5f176d8b6dd0358fec1d3 Mon Sep 17 00:00:00 2001 From: Michael Dvorkin Date: Wed, 11 Sep 2013 22:39:09 -0700 Subject: [PATCH] Homebrew formula for v0.1.0 --- homebrew/mop.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/homebrew/mop.rb b/homebrew/mop.rb index ac7f188..bbaa96c 100644 --- a/homebrew/mop.rb +++ b/homebrew/mop.rb @@ -1,4 +1,16 @@ require "formula" class Mop < Formula + homepage "https://github.com/michaeldv/mop" + head "https://github.com/michaeldv/mop.git" + url "https://github.com/michaeldv/mop/archive/v0.1.0.tar.gz" + sha1 "b3bd5b529430da22bfa1beeca435a25e72513e27" + + depends_on "go" => :build + + def install + end + + def caveats + end end