Homebrew installation formula

master
Michael Dvorkin 10 years ago
parent dcb1fa3091
commit 7932776cf5
  1. 6
      homebrew/mop.rb

@ -9,8 +9,8 @@ class Mop < Formula
depends_on "go" => :build depends_on "go" => :build
def install def install
end system "go", "get", "github.com/michaeldv/termbox-go"
system "go build cmd/mop.go"
def caveats bin.install "mop"
end end
end end

Loading…
Cancel
Save