Homebrew formula for v0.1.0

master
Michael Dvorkin 11 years ago
parent ceb7d2d218
commit 2edcc829be
  1. 12
      homebrew/mop.rb

@ -1,4 +1,16 @@
require "formula" require "formula"
class Mop < 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 end

Loading…
Cancel
Save