Use brew cask to build app before deploying it

151 views Asked by At

Is there a way for cask to build an app hosted on github before deploying it, instead of deploying a prebuilt app ?

Thanks.

Yann

1

There are 1 answers

4
equal-l2 On

Homebrew-cask is intended to distribute prebuilt binaries.
What homebrew-cask does is just place files.

If you need to build the app from source, homebrew is the suitable place.