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
def install
end
def caveats
system "go", "get", "github.com/michaeldv/termbox-go"
system "go build cmd/mop.go"
bin.install "mop"
end
end

Loading…
Cancel
Save