Using original Termbox-Go

952f1703c3
master
Brandon Lee Camilleri 5 years ago committed by GitHub
parent 2465d70174
commit fb4a1e8964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      homebrew/mop.rb

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

Loading…
Cancel
Save