JohnSundell / Marathon

[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
MIT License
1.86k stars 78 forks source link

[Homebrew] Support a build only command in the makefile #118

Closed orta closed 7 years ago

orta commented 7 years ago

To get homebrew support working I'd like to do something to SwiftFormat:

def install
    system "make", "build"
    bin.install "build/Release/marathon"
end

which will allow homebrew to decide where to place the app - I figure the INSTALL_PATH should be doing this, but the step fails for me (only when running through homebrew)

screen shot 2017-08-24 at 15 20 10