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)
To get homebrew support working I'd like to do something to SwiftFormat:
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)